run_singleSampleAnalysis {InPAS} | R Documentation |
do APA event analysis for a single sample Using Poisson Hidden Markov models
run_singleSampleAnalysis(UTR3eset)
UTR3eset |
the output of |
the test will be performed by comparing a two-state versus an one-state Poisson Hidden Markov models.
a matrix containing test results
Jianhong Ou
UTR3eSet, get_UTR3eSet()
, depmixS4::depmix()
path <- system.file("extdata", package = "InPAS") load(file.path(path, "eset.MAQC.rda")) res <- InPAS:::run_singleSampleAnalysis(eset)