Description Usage Arguments Value Examples
Split extracted data into different target groups
1 | target_split(data_ori, data_pro, target)
|
data_ori, |
original dataset consisting dataframes of "otu" and "meta" |
data_pro, |
extracted matrix of specified condition |
target, |
target variable |
a list of dataframes for each target
1 2 3 4 | 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
ana0<-zomotu(al,0) ## delete otus not present in any sample, no otu names
ta<-target_split(da,ana0$otu,"Target")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.