Description Usage Arguments Value Examples
View source: R/time_normalize.R
Shift the time field in phyloseq sample_data such that the first time point of each subject is always 0.
1 |
x |
phyloseq object. The sample_data(x) should contain the following fields: subject, time |
Phyloseq object with a normalized time field
1 2 | data(peerj32)
pseq <- time_normalize(peerj32$phyloseq)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.