This function filters a MAF dataframe by sample id
filter_maf_mutations.Rd
This function filters a MAF dataframe by sample id
Usage
filter_maf_mutations(
maf,
values,
maf.col = c("Hugo_Symbol", "HGVSp_Short"),
values.col = maf.col,
...
)