Description Usage Arguments Value Examples
Add Description - Aaron
1 | 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
1 2 3 | maf_file <- system.file("testdata", "public_TCGA.LUSC.maf",
package = "BAGEL")
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.