- recipe bioconductor-emdomics
Earth Mover's Distance for Differential Analysis of Genomics Data
- Homepage:
https://bioconductor.org/packages/3.16/bioc/html/EMDomics.html
- License:
MIT + file LICENSE
- Recipe:
The EMDomics algorithm is used to perform a supervised multi-class analysis to measure the magnitude and statistical significance of observed continuous genomics data between groups. Usually the data will be gene expression values from array-based or sequence-based experiments, but data from other types of experiments can also be analyzed (e.g. copy number variation). Traditional methods like Significance Analysis of Microarrays (SAM) and Linear Models for Microarray Data (LIMMA) use significance tests based on summary statistics (mean and standard deviation) of the distributions. This approach lacks power to identify expression differences between groups that show high levels of intra-group heterogeneity. The Earth Mover's Distance (EMD) algorithm instead computes the "work" needed to transform one distribution into another, thus providing a metric of the overall difference in shape between two distributions. Permutation of sample labels is used to generate q-values for the observed EMD scores. This package also incorporates the Komolgorov-Smirnov (K-S) test and the Cramer von Mises test (CVM), which are both common distribution comparison tests.
- package bioconductor-emdomics¶
-
- Versions:
2.28.0-0
,2.24.0-0
,2.22.0-0
,2.20.0-1
,2.20.0-0
,2.18.0-0
,2.16.0-0
,2.14.0-1
,2.14.0-0
,2.28.0-0
,2.24.0-0
,2.22.0-0
,2.20.0-1
,2.20.0-0
,2.18.0-0
,2.16.0-0
,2.14.0-1
,2.14.0-0
,2.12.0-1
,2.12.0-0
- Depends:
bioconductor-biocparallel
>=1.32.0,<1.33.0
bioconductor-preprocesscore
>=1.60.0,<1.61.0
r-base
>=4.2,<4.3.0a0
- Required By:
Installation
With an activated Bioconda channel (see set-up-channels), install with:
conda install bioconductor-emdomics
and update with:
conda update bioconductor-emdomics
or use the docker container:
docker pull quay.io/biocontainers/bioconductor-emdomics:<tag>
(see bioconductor-emdomics/tags for valid values for
<tag>
)
Download stats¶
Link to this page¶
Render an badge with the following MarkDown:
[](http://bioconda.github.io/recipes/bioconductor-emdomics/README.html)