singleSampleAnalyze: do analysis for single sample

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/singleSampleAnalyze.R

Description

do analysis for single sample by a hidden Markov model

Usage

1

Arguments

UTR3eset

must be the output of getUTR3eSet

Details

the test will be performed by a two states hidden Markov model.

Value

a metrix of test results

Author(s)

Jianhong Ou

See Also

UTR3eSet, getUTR3eSet, depmix

Examples

1
2
3
    path <- file.path(find.package("InPAS"), "extdata")
    load(file.path(path, "eset.MAQC.rda"))
    res <- singleSampleAnalyze(eset)

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