fisher.exact.test: do fisher exact test for two group datasets

Description Usage Arguments Value Author(s) See Also Examples

View source: R/fisher.exact.test.R

Description

do fisher exact test for two group datasets

Usage

1
fisher.exact.test(UTR3eset, gp1, gp2)

Arguments

UTR3eset

output of getUTR3eSet

gp1

tag names of group 1

gp2

tag names of group 2

Value

a matrix of test results

Author(s)

Jianhong Ou

See Also

singleSampleAnalyze,singleGroupAnalyze, limmaAnalyze

Examples

1
2
3
4
    path <- file.path(find.package("InPAS"), "extdata")
    load(file.path(path, "eset.MAQC.rda"))
    tags <- colnames(eset$PDUI.log2)    
    res <- fisher.exact.test(eset, gp1=tags[1:2], gp2=tags[3:4])

InPAS documentation built on Nov. 8, 2020, 5:03 p.m.