Description Usage Arguments Value Examples
Average CoV within individuals for each feature in the data matrix
1 | variability_individual(dat, meta, method = "timevar")
|
dat |
Data matrix (samples x features) |
meta |
Metadata (samples x variables) with the following fields: subject, time |
method |
Method to calculate the variability within individuals: sd (ignores time) or timevar (normalizes by time) |
Vector. Average variability within individuals for each feature.
1 2 3 4 | #library(microbiome)
#data(peerj32)
#cv <- variability_individual(peerj32$microbes, peerj32$meta)
#print(head(cv))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.