assess | R Documentation |
Assess the simulation results from powmic by providing overall and stratified FDR (False Discovery Rate), TP (True Positive), FP (False Positive), TPR (True Positive Rate), FP (False Positive Rate)
assess(powmic.out, alpha.type=c("fdr","pval"), alpha.level=0.1,stratify.type=c("prevalence","abundance"))
powmic.out |
An |
alpha.type |
Power assessment using FDR ("fdr") or pvalue ("pval") |
alpha.level |
Significant level. Default is 0.1 |
stratify.type |
OTU is stratified by either "prevalence" or "abundance" |
summaryAssess, plotStrata, plotStrataAll
powmic.out=powmic(n1s=c(20,40,60), n2s=c(20,40,60), nsims=10,
sim.params=sim.params,distrib=distrib,DAmethod='edgeR')
assess.out = assess(powmic.out, alpha.type='fdr',alpha.level=0.1,stratify.type='prevalence')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.