getBranchType {MesKit} | R Documentation |
getBranchType
getBranchType(object) ## S4 method for signature 'phyloTree' getBranchType(object)
object |
An object of phyloTree |
Branch type of phyloTree
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) getBranchType(phyloTree$V402)