recipe bioconductor-hermes

Preprocessing, analyzing, and reporting of RNA-seq data

Homepage:

https://bioconductor.org/packages/3.16/bioc/html/hermes.html

License:

Apache License 2.0 | file LICENSE

Recipe:

/bioconductor-hermes/meta.yaml

Provides classes and functions for quality control, filtering, normalization and differential expression analysis of pre-processed RNA-seq data. Data can be imported from `SummarizedExperiment` as well as `matrix` objects and can be annotated from BioMart. Filtering for genes without too low expression or containing required annotations, as well as filtering for samples with sufficient correlation to other samples or total number of reads is supported. The standard normalization methods including `cpm`, `rpkm` and `tpm` can be used, and `DESeq2` as well as `voom` differential expression analyses are available.

package bioconductor-hermes

(downloads) docker_bioconductor-hermes

Versions:

1.2.0-0

Depends:
Required By:

Installation

With an activated Bioconda channel (see set-up-channels), install with:

conda install bioconductor-hermes

and update with:

conda update bioconductor-hermes

or use the docker container:

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

(see bioconductor-hermes/tags for valid values for <tag>)

Download stats