Learn R Programming

InPAS (version 1.4.4)

singleGroupAnalyze: do analysis for single group samples

Description

do analysis for single group samples by anova test

Usage

singleGroupAnalyze(UTR3eset)

Arguments

UTR3eset
must be the output of getUTR3eSet

Value

a metrix of test results

See Also

UTR3eSet, getUTR3eSet

Examples

Run this code
    path <- file.path(find.package("InPAS"), "extdata")
    load(file.path(path, "eset.MAQC.rda"))
    res <- singleGroupAnalyze(eset)

Run the code above in your browser using DataLab