Description Usage Arguments Value Examples
getTreeMethod
1 2 3 4 | getTreeMethod(object)
## S4 method for signature 'phyloTree'
getTreeMethod(object)
|
object |
An object of phyloTree |
Tree construction method of phyloTree
1 2 3 4 5 6 | maf.File <- system.file("extdata/", "CRC_HZ.maf", package = "MesKit")
clin.File <- system.file("extdata/", "CRC_HZ.clin.txt", package = "MesKit")
ccf.File <- system.file("extdata/", "CRC_HZ.ccf.tsv", package = "MesKit")
maf <- readMaf(mafFile=maf.File, clinicalFile = clin.File, ccfFile=ccf.File, refBuild="hg19")
phyloTree <- getPhyloTree(maf)
getTreeMethod(phyloTree$V402)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.