extract_variants_from_maf_file | R Documentation |
Add Description - Aaron
extract_variants_from_maf_file(maf_file, extra_fields = NULL)
maf_file |
Location of maf file |
extra_fields |
Optionally extract additional columns from the
object. Default |
Returns a data.table of variants from a maf
maf_file <- system.file("extdata", "public_TCGA.LUSC.maf",
package = "musicatk")
maf <- extract_variants_from_maf_file(maf_file = maf_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.