View source: R/helperFunctions.R
| detectMAFGenome | R Documentation |
A function to detect MAF genome
detectMAFGenome(maf)
maf |
The MAF object |
A list containing the genome information
Mayank Tandon, Ashish Jain
library(MAFDash)
library(maftools)
maf <- system.file("extdata", "test.mutect2.maf.gz", package = "MAFDash")
detectMAFGenome(read.maf(maf))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.