Classifies SNPs into transitions and transversions
takes output generated by read.maf and classifies Single Nucleotide Variants into Transitions and Transversions.
titv(maf, useSyn = FALSE, plot = TRUE, file = NULL)
list of data.frame
s with Transitions and Transversions summary.
laml.maf <- system.file("extdata", "tcga_laml.maf.gz", package = "maftools") laml <- read.maf(maf = laml.maf) laml.titv = titv(maf = laml, useSyn = TRUE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.