Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/singleSampleAnalyze.R
do analysis for single sample by a hidden Markov model
1 | 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
1 2 3 | path <- file.path(find.package("InPAS"), "extdata")
load(file.path(path, "eset.MAQC.rda"))
res <- singleSampleAnalyze(eset)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.