Learn R Programming

EMDomics (version 2.2.2)

Earth Mover's Distance for Differential Analysis of Genomics Data

Description

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.

Copy Link

Version

Monthly Downloads

6

Version

2.2.2

License

MIT + file LICENSE

Maintainer

Sadhika Malladi

Last Published

February 15th, 2017

Functions in EMDomics (2.2.2)

CVMomics

Create an CVMomics object
calculate_cvm_gene

Calculate CVM score for a single gene
calculate_cvm

Cramer von Mises for differential analysis of genomics data
calculate_emd_gene

Calculate EMD score for a single gene
plot_ksnull

Plot null distribution of permuted ks scores vs. calculated ks scores.
calculate_emd

Earth Mover's Distance for differential analysis of genomics data
plot_ks_density

Plot distributions and KS score for a gene.
emdomics-package

Earth Mover's Distance algorithm for differential analysis of genomics data.
plot_ksperms

Plot histogram of KS scores calculated via random permutation.
EMDomics

Create an EMDomics object
KSomics

Create an KSomics object
calculate_ks_gene

Calculate KS score for a single gene
plot_cvmperms

Plot histogram of CVM scores calculated via random permutation.
calculate_ks

Calculate the Komolgorov-Smirnov test statistic and q-values for differential gene expression analysis.
plot_emd_density

Plot distributions and EMD score for a gene.
plot_cvm_density

Plot distributions and CVM score for a gene.
plot_cvmnull

Plot null distribution of permuted cvm scores vs. calculated cvm scores.
plot_emdperms

Plot histogram of EMD scores calculated via random permutation.
plot_emdnull

Plot null distribution of permuted EMD scores vs. calculated EMD scores.