write.MAF: Write a dataframe to a MAF file

View source: R/maf-files.R

write.MAFR Documentation

Write a dataframe to a MAF file

Description

Write a suitably formatted data frame to a MAF file.

Usage

write.MAF(maf, file = "")

Arguments

maf

MAF data frame to write

file

either a character string naming a file or a connection open for writing. "" indicates output to the console.

Examples

maf <- create.MAF(nrow=17)
write.MAF(maf, file=tempfile())

aberHRML/metabolighteR documentation built on March 1, 2024, 7:31 a.m.