powered by
A function to detect MAF genome
detectMAFGenome(maf)
The MAF object
A list containing the genome information
# NOT RUN { library(MAFDash) library(maftools) maf <- system.file("extdata", "test.mutect2.maf.gz", package = "MAFDash") detectMAFGenome(read.maf(maf)) # }
Run the code above in your browser using DataLab