Description Usage Arguments Value Examples
Calculate the frequency of 96 trinucleotide mutation based on somatic SNVs.
1 |
phyloTree |
phyloTree or phyloTreeList object generated by |
patient.id |
Select the specific patients. Default NULL, all patients are included |
level |
Calculate the frequency of 96 trinucleotide mutatio on different levels. 1: patient-level, 2: tumor-level, 3: sample-level, 4: branch-level, 5: shared pattern (public/shared/private) of each tumor. 6: trunk/branch-level. Default 2. |
The frequency of 96 trinucleotide mutation.
1 2 3 4 5 6 7 8 9 10 | 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")
## Load a reference genome.
library(BSgenome.Hsapiens.UCSC.hg19)
phyloTree <- getPhyloTree(maf, patient.id = 'V402')
triMatrix(phyloTree)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.