Skip to contents

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,
  ...
)