detectMAFGenome: A function to detect MAF genome

View source: R/helperFunctions.R

detectMAFGenomeR Documentation

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

Author(s)

Mayank Tandon, Ashish Jain

Examples

library(MAFDash)
library(maftools)
maf <- system.file("extdata", "test.mutect2.maf.gz", package = "MAFDash")
detectMAFGenome(read.maf(maf))


ashishjain1988/MAFDash documentation built on Feb. 9, 2023, 9:54 p.m.