merge_mafs {maftools}R Documentation

Merge multiple maf files into a single MAF

Description

Merges multiple maf files into a single MAF by matching column names.

Usage

merge_mafs(mafs, MAFobj = FALSE, ...)

Arguments

mafs

a vector of maf files.

MAFobj

If TRUE, returns result as an MAF object. Default FALSE

...

additional arguments passed read.maf. Only applicable if MAFobj = TRUE.

Value

data.table of merged MAFs or MAF object


[Package maftools version 1.8.0 Index]