read.MAF | R Documentation |
Read the MAF file as data frame.
read.MAF(file)
file |
A filename to a MAF file |
a data frame. Row and column names are NOT "fixed" via make.names
file <- system.file("examples/m_MTBLS1968_LC-MS_positive_reverse-phase_metabolite_profiling_v2_maf.tsv",
package = "metabolighteR")
maf <- read.MAF(file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.