david_stoolB_otus | R Documentation |
The OTUs sequenced from stool samples of subject B over time.
data(david_stoolB_otus)
An object of class data.frame
with 5431 rows and 190 columns.
Salmonella infection (food poisoning) peaked at day 159.
#' @return OTUxSample matrix of size 5431 x 190
David et al. (2014) Host lifestyle affects human microbiota on daily timescales Genome Biology vol. 15 (7):R89 Genome Biology
data(david_stoolB_otus) # Sort OTUs by abundance sorted <- sort(apply(david_stoolB_otus,1,sum), decreasing=TRUE,index.return=TRUE) # Display the top 10 most abundant OTUs tsplot(david_stoolB_otus[sorted$ix[1:10],], header = "Stool B")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.