recipe bioconductor-depmap

Cancer Dependency Map Data Package

Homepage:

https://bioconductor.org/packages/3.18/data/experiment/html/depmap.html

License:

Artistic-2.0

Recipe:

/bioconductor-depmap/meta.yaml

The depmap package is a data package that accesses datsets from the Broad Institute DepMap cancer dependency study using ExperimentHub. Datasets from the most current release are available, including RNAI and CRISPR-Cas9 gene knockout screens quantifying the genetic dependency for select cancer cell lines. Additional datasets are also available pertaining to the log copy number of genes for select cell lines, protein expression of cell lines as measured by reverse phase protein lysate microarray (RPPA), 'Transcript Per Million' (TPM) data, as well as supplementary datasets which contain metadata and mutation calls for the other datasets found in the current release. The 19Q3 release adds the drug_dependency dataset, that contains cancer cell line dependency data with respect to drug and drug-candidate compounds. The 20Q2 release adds the proteomic dataset that contains quantitative profiling of proteins via mass spectrometry. This package will be updated on a quarterly basis to incorporate the latest Broad Institute DepMap Public cancer dependency datasets. All data made available in this package was generated by the Broad Institute DepMap for research purposes and not intended for clinical use. This data is distributed under the Creative Commons license (Attribution 4.0 International (CC BY 4.0)).

package bioconductor-depmap

(downloads) docker_bioconductor-depmap

versions:
1.16.0-01.14.0-01.12.0-01.8.0-11.8.0-01.6.0-01.4.0-11.4.0-01.2.0-0

1.16.0-01.14.0-01.12.0-01.8.0-11.8.0-01.6.0-01.4.0-11.4.0-01.2.0-01.0.0-0

depends bioconductor-annotationhub:

>=3.10.0,<3.11.0

depends bioconductor-data-packages:

>=20231203

depends bioconductor-experimenthub:

>=2.10.0,<2.11.0

depends curl:

depends r-base:

>=4.3,<4.4.0a0

depends r-dplyr:

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

and update with::

   mamba update bioconductor-depmap

To create a new environment, run:

mamba create --name myenvname bioconductor-depmap

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

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

Download stats