:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'bioconductor-genomicstate' .. highlight: bash bioconductor-genomicstate ========================= .. conda:recipe:: bioconductor-genomicstate :replaces_section_title: :noindex: Build and access GenomicState objects for use with derfinder tools from sources like Gencode :homepage: https://bioconductor.org/packages/3.20/data/annotation/html/GenomicState.html :license: Artistic-2.0 :recipe: /`bioconductor-genomicstate `_/`meta.yaml `_ This package contains functions for building GenomicState objects from different annotation sources such as Gencode. It also provides access to these files at JHPCE. .. conda:package:: bioconductor-genomicstate |downloads_bioconductor-genomicstate| |docker_bioconductor-genomicstate| :versions: .. raw:: html
0.99.15-50.99.15-40.99.15-30.99.15-20.99.15-10.99.15-00.99.9-30.99.9-20.99.9-1 ``0.99.15-5``,  ``0.99.15-4``,  ``0.99.15-3``,  ``0.99.15-2``,  ``0.99.15-1``,  ``0.99.15-0``,  ``0.99.9-3``,  ``0.99.9-2``,  ``0.99.9-1``,  ``0.99.9-0`` .. raw:: html
:depends bioconductor-annotationdbi: ``>=1.68.0,<1.69.0`` :depends bioconductor-annotationhub: ``>=3.14.0,<3.15.0`` :depends bioconductor-bumphunter: ``>=1.48.0,<1.49.0`` :depends bioconductor-data-packages: ``>=20241103`` :depends bioconductor-derfinder: ``>=1.40.0,<1.41.0`` :depends bioconductor-genomeinfodb: ``>=1.42.0,<1.43.0`` :depends bioconductor-genomicfeatures: ``>=1.58.0,<1.59.0`` :depends bioconductor-iranges: ``>=2.40.0,<2.41.0`` :depends bioconductor-org.hs.eg.db: ``>=3.20.0,<3.21.0`` :depends bioconductor-rtracklayer: ``>=1.66.0,<1.67.0`` :depends curl: :depends r-base: ``>=4.4,<4.5.0a0`` :requirements: :additional platforms: .. 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-genomicstate and update with:: mamba update bioconductor-genomicstate To create a new environment, run:: mamba create --name myenvname bioconductor-genomicstate 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-genomicstate: (see `bioconductor-genomicstate/tags`_ for valid values for ````) .. |downloads_bioconductor-genomicstate| image:: https://img.shields.io/conda/dn/bioconda/bioconductor-genomicstate.svg?style=flat :target: https://anaconda.org/bioconda/bioconductor-genomicstate :alt: (downloads) .. |docker_bioconductor-genomicstate| image:: https://quay.io/repository/biocontainers/bioconductor-genomicstate/status :target: https://quay.io/repository/biocontainers/bioconductor-genomicstate .. _`bioconductor-genomicstate/tags`: https://quay.io/repository/biocontainers/bioconductor-genomicstate?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-genomicstate/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-genomicstate/README.html