recipe bioconductor-deeppincs

Protein Interactions and Networks with Compounds based on Sequences using Deep Learning

Homepage:

https://bioconductor.org/packages/3.18/bioc/html/DeepPINCS.html

License:

Artistic-2.0

Recipe:

/bioconductor-deeppincs/meta.yaml

The identification of novel compound-protein interaction (CPI) is important in drug discovery. Revealing unknown compound-protein interactions is useful to design a new drug for a target protein by screening candidate compounds. The accurate CPI prediction assists in effective drug discovery process. To identify potential CPI effectively, prediction methods based on machine learning and deep learning have been developed. Data for sequences are provided as discrete symbolic data. In the data, compounds are represented as SMILES (simplified molecular-input line-entry system) strings and proteins are sequences in which the characters are amino acids. The outcome is defined as a variable that indicates how strong two molecules interact with each other or whether there is an interaction between them. In this package, a deep-learning based model that takes only sequence information of both compounds and proteins as input and the outcome as output is used to predict CPI. The model is implemented by using compound and protein encoders with useful features. The CPI model also supports other modeling tasks, including protein-protein interaction (PPI), chemical-chemical interaction (CCI), or single compounds and proteins. Although the model is designed for proteins, DNA and RNA can be used if they are represented as sequences.

package bioconductor-deeppincs

(downloads) docker_bioconductor-deeppincs

versions:

1.10.0-01.8.0-01.6.0-01.2.0-01.0.0-0

depends bioconductor-ttgsea:

>=1.10.0,<1.11.0

depends r-base:

>=4.3,<4.4.0a0

depends r-catencoders:

depends r-keras:

depends r-matlab:

depends r-prroc:

depends r-purrr:

depends r-rcdk:

depends r-reticulate:

depends r-stringdist:

depends r-tensorflow:

depends r-tokenizers:

depends r-webchem:

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-deeppincs

and update with::

   mamba update bioconductor-deeppincs

To create a new environment, run:

mamba create --name myenvname bioconductor-deeppincs

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-deeppincs:<tag>

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

Download stats