write.MAF | R Documentation |
Write a suitably formatted data frame to a MAF file.
write.MAF(maf, file = "")
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. |
maf <- create.MAF(nrow=17)
write.MAF(maf, file=tempfile())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.