Description Usage Arguments Value Examples
Find zombie OTUs, and preprocess the dataset through deleting zombie OTUs and zombie observations
1 |
data, |
matrix of OTU data |
thr, |
threshold for zombie OTU |
del, |
when T, delete zombie OTUs |
a list of preprocessed dataset, reference OTUs
1 2 3 | da<-simotu.gaus(50,700,3,nref=5,full.mean=10000,unif.min=0,unif.max=0.4,seed=1234)
al<-data_extract(da,Target %in% c("target1","target2","target3")) # no otu names
zomotu(al,thr=0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.