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))


MAFDash documentation built on April 1, 2022, 9:05 a.m.