View source: R/23.run_singleSampleAnalysis.R
run_singleSampleAnalysis | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.