OTU.level.anal.func <-
function(d){
sim.otu.tab.rela = d$sim.otu.tab.rela
permY = d$permY
sig.otu.ids = d$sig.otu.ids
T.OTU = T.OTU.cal(sim.otu.tab.rela,permY)
pval.OTU =pval.OTU.cal(T.OTU,sig.otu.ids)
d$pval.OTU = pval.OTU
d$U = T.OTU[['U']]
return(d)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.