readMAFforcat: Read MAF file and Fix Chromosome Names

View source: R/utilities3.R

readMAFforcatR Documentation

Read MAF file and Fix Chromosome Names

Description

This function is a wrapper intended for use in maf2cat3, which requires chromosome names compatible with BSgenome.Hsapiens.UCSC.hg19 (chr1, ..., chrX, chrY).

Usage

readMAFforcat(maf)

Arguments

maf

MAF file path

Value

Data frame with chromosome names fixed

Examples

maf <- system.file('extdata', 'brca.maf', package = 'tempoSig')
maf <- readMAFforcat(maf)
head(maf)


mskcc/tempoSig documentation built on Feb. 3, 2023, 8:35 a.m.