Usage
import.MAF(file, sep = "\t", is.TCGA = TRUE, filter.fun = NULL, to.TRONCO = TRUE, irregular = FALSE, paste.to.Hugo_Symbol = NULL, merge.mutation.types = TRUE, silent = FALSE)
Arguments
sep
MAF separator, default \'\t\'
is.TCGA
TRUE if this MAF is from TCGA; thus its sample codenames can be interpreted
filter.fun
A filter function applied to each row. This is expected to return TRUE/FALSE.
to.TRONCO
If FALSE returns a dataframe with MAF data, not a TRONCO object
irregular
If TRUE seeks only for columns Hugo_Symbol, Tumor_Sample_Barcode and Variant_Classification
paste.to.Hugo_Symbol
If a list of column names, this will be pasted each Hugo_Symbol to yield names such as PHC2.chr1.33116215.33116215
merge.mutation.types
If TRUE, all mutations are considered equivalent, regardless of their Variant_Classification value. Otherwise no.
silent
A parameter to disable/enable verbose messages.