View source: R/23.run_singleGroupAnalysis.R
run_singleGroupAnalysis | R Documentation |
do analysis for single group samples by ANOVA test
run_singleGroupAnalysis(UTR3eset)
UTR3eset |
An object of UTR3eSet, output of |
a matrix of test results
Jianhong Ou
path <- system.file("extdata", package = "InPAS") load(file.path(path, "eset.MAQC.rda")) res <- InPAS:::run_singleGroupAnalysis(eset)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.