recipe bioconductor-proteasy

Protease Mapping

Homepage:

https://bioconductor.org/packages/3.17/bioc/html/proteasy.html

License:

GPL-3

Recipe:

/bioconductor-proteasy/meta.yaml

Retrieval of experimentally derived protease- and cleavage data derived from the MEROPS database. Proteasy contains functions for mapping peptide termini to known sites where a protease cleaves. This package also makes it possible to quickly look up known substrates based on a list of (potential) proteases, or vice versa - look up proteases based on a list of substrates.

package bioconductor-proteasy

(downloads) docker_bioconductor-proteasy

versions:

1.2.0-01.0.0-0

depends bioconductor-annotationfilter:

>=1.24.0,<1.25.0

depends bioconductor-ensdb.hsapiens.v86:

>=2.99.0,<2.100.0

depends bioconductor-ensdb.mmusculus.v79:

>=2.99.0,<2.100.0

depends bioconductor-ensdb.rnorvegicus.v79:

>=2.99.0,<2.100.0

depends bioconductor-ensembldb:

>=2.24.0,<2.25.0

depends bioconductor-rcpi:

>=1.36.0,<1.37.0

depends r-base:

>=4.3,<4.4.0a0

depends r-data.table:

depends r-stringr:

requirements:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see set-up-channels).

While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see here for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others.

Given that you already have a conda environment in which you want to have this package, install with:

   mamba install bioconductor-proteasy

and update with::

   mamba update bioconductor-proteasy

To create a new environment, run:

mamba create --name myenvname bioconductor-proteasy

with myenvname being a reasonable name for the environment (see e.g. the mamba docs for details and further options).

Alternatively, use the docker container:

   docker pull quay.io/biocontainers/bioconductor-proteasy:<tag>

(see `bioconductor-proteasy/tags`_ for valid values for ``<tag>``)

Download stats