Description Usage Arguments Value Examples
Extract OTU data for specified condition
1 |
data, |
a list consisting of 2 data frames: otu, each column is an observation and each row is a serie of OTU counts for all observations; meta, each row contains all information for that observation |
..., |
filter condition for special subset of the given data |
a matrix of OTUs meeting the specified condition
1 2 | da<-simotu.gaus(50,700,3,nref=5,full.mean=10000,unif.min=0,unif.max=0.4,seed=1234)
ha<-data_extract(da,Target %in% c("target1","target2","target3")) ## return a matrix with 693 OTUs and 18 observations
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.