Description Usage Arguments Value Author(s) References Examples
Stability analysis. Calculates average Pearson ' correlation between samples in the input data and picks the lower ' triangular matrix to avoid duplicating the correlations. Returns correlations and stability estimate (average of the correlations). Can also be used to calculate stability between two data sets. Then provide two data sets as inputs.
1 | estimate_variability(dat1, dat2 = NULL, method = "pearson")
|
dat1 |
data matrix phylotypes vs. samples (in log10 scale) |
dat2 |
Optional. Second data matrix phylotypes vs. samples. Provide this to calculate stability between two (paired) data sets. |
method |
Correlation method (see ?cor) |
List with correlations and astability estimate
Contact: Leo Lahti microbiome-admin@googlegroups.com
See citation('microbiome')
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.