singleSampleAnalyze {InPAS} | R Documentation |
do analysis for single sample by a hidden Markov model
singleSampleAnalyze(UTR3eset)
UTR3eset |
must be the output of |
the test will be performed by a two states hidden Markov model.
a metrix of test results
Jianhong Ou
path <- file.path(find.package("InPAS"), "extdata") load(file.path(path, "eset.MAQC.rda")) res <- singleSampleAnalyze(eset)