View source: R/fct_filetype_guesser.R
read_maf_flexible | R Documentation |
Automatically detects filetype from
read_maf_flexible(
path_mutations,
refBuild = NULL,
path_clindata = NULL,
filetype = c("AUTO", "ANNOVAR", "MAF")
)
path_mutations |
path to mutation file (string) |
refBuild |
which reference version is being used |
path_clindata |
path to clinical annotation file (string) |
filetype |
what type of filetype do we expect (string). If "AUTO" will automatically guess the filetype using [guess_genomic_mutation_filetype()] |
one of MAF, ANNOVAR, VCF, OTHER
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.