:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'bioconductor-cbioportaldata' .. highlight: bash bioconductor-cbioportaldata =========================== .. conda:recipe:: bioconductor-cbioportaldata :replaces_section_title: :noindex: Exposes and makes available data from the cBioPortal web resources :homepage: https://bioconductor.org/packages/3.18/bioc/html/cBioPortalData.html :license: AGPL-3 :recipe: /`bioconductor-cbioportaldata `_/`meta.yaml `_ The cBioPortalData R package accesses study datasets from the cBio Cancer Genomics Portal. It accesses the data either from the pre\-packaged zip \/ tar files or from the API interface that was recently implemented by the cBioPortal Data Team. The package can provide data in either tabular format or with MultiAssayExperiment object that uses familiar Bioconductor data representations. .. conda:package:: bioconductor-cbioportaldata |downloads_bioconductor-cbioportaldata| |docker_bioconductor-cbioportaldata| :versions: ``2.14.0-0``,  ``2.12.0-0``,  ``2.10.0-0``,  ``2.6.0-0``,  ``2.4.0-0``,  ``2.2.8-0``,  ``2.2.3-0``,  ``2.0.3-0`` :depends bioconductor-anvil: ``>=1.14.0,<1.15.0`` :depends bioconductor-biocfilecache: ``>=2.10.0,<2.11.0`` :depends bioconductor-genomeinfodb: ``>=1.38.0,<1.39.0`` :depends bioconductor-genomicranges: ``>=1.54.0,<1.55.0`` :depends bioconductor-iranges: ``>=2.36.0,<2.37.0`` :depends bioconductor-multiassayexperiment: ``>=1.28.0,<1.29.0`` :depends bioconductor-raggedexperiment: ``>=1.26.0,<1.27.0`` :depends bioconductor-rtcgatoolbox: ``>=2.32.0,<2.33.0`` :depends bioconductor-s4vectors: ``>=0.40.0,<0.41.0`` :depends bioconductor-summarizedexperiment: ``>=1.32.0,<1.33.0`` :depends bioconductor-tcgautils: ``>=1.22.0,<1.23.0`` :depends r-base: ``>=4.3,<4.4.0a0`` :depends r-digest: :depends r-dplyr: :depends r-httr: :depends r-readr: :depends r-tibble: :depends r-tidyr: :requirements: .. rubric:: Installation You need a conda-compatible package manager (currently either `micromamba `_, `mamba `_, or `conda `_) and the Bioconda channel already activated (see :ref:`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-cbioportaldata and update with:: mamba update bioconductor-cbioportaldata To create a new environment, run:: mamba create --name myenvname bioconductor-cbioportaldata 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-cbioportaldata: (see `bioconductor-cbioportaldata/tags`_ for valid values for ````) .. |downloads_bioconductor-cbioportaldata| image:: https://img.shields.io/conda/dn/bioconda/bioconductor-cbioportaldata.svg?style=flat :target: https://anaconda.org/bioconda/bioconductor-cbioportaldata :alt: (downloads) .. |docker_bioconductor-cbioportaldata| image:: https://quay.io/repository/biocontainers/bioconductor-cbioportaldata/status :target: https://quay.io/repository/biocontainers/bioconductor-cbioportaldata .. _`bioconductor-cbioportaldata/tags`: https://quay.io/repository/biocontainers/bioconductor-cbioportaldata?tab=tags .. raw:: html Download stats ----------------- .. raw:: html :file: ../../templates/package_dashboard.html Link to this page ----------------- Render an |install-with-bioconda| badge with the following MarkDown:: [![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/bioconductor-cbioportaldata/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/bioconductor-cbioportaldata/README.html