Description Usage Format Examples
This data is a phyloseq-class object which contains the OTU table, sample data, taxonomy table and phylogenetic tree information. Details about the phyloseq class please see the R package "phyloseq".
1 | data("phyExample")
|
A phyloseq-class experiment-level object
otu_table()
OTU Table: [ 20 taxa and 1050 samples ]
..@ .Data
: a matrix where each row represents the suject,each column represents the OTU.
..@ taxa_are_rows
: logi FALSE
sample_data()
Sample Data: [ 1050 samples by 8 sample variables ]
A data frame with 1050 observations for six covariates w1...w6 and two variables time and subjid.
w1...w6
: numeric vectors as binary covariates;
time
: a numeric vector indicating the time of sampling;
subjid
: a string vector indicating which subject the sample belonging to.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.