Description Usage Arguments Value Author(s) See Also Examples
View source: R/step3_calling.R
This is the third step for absCopyNumber pipeline, absCopyNumber compute solutions of purity and ploidy, then generate absolute copynumber and (optional) multiplicity for top 1 solution.
1 | abs_calling(absCopyNumber, samples = NULL, verbose = FALSE)
|
absCopyNumber |
a |
samples |
character vector to subset samples for calling, default is |
verbose |
if |
a absCopyNumber
object with calling result.
Shixiang Wang <w_shixiang@163.com>
absCopyNumber
, abs_initialize
, , abs_prepare
1 2 3 4 5 6 7 | file_cn = system.file("extdata/example.cn.txt.gz", package = "absCopyNumber")
file_snv = system.file("extdata/example.snv.txt.gz", package = "absCopyNumber")
res1 = abs_initialize(seg = file_cn, snv = file_snv, verbose = T)
res1 = abs_prepare(res1)
res1 = abs_calling(res1, verbose = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.