Learn R Programming

MAFDash (version 0.2.1)

detectMAFGenome: A function to detect MAF genome

Description

A function to detect MAF genome

Usage

detectMAFGenome(maf)

Arguments

maf

The MAF object

Value

A list containing the genome information

Examples

Run this code
# 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