Function that removes redundancy in variant evidence items (i.e. if a variant is assicated with evidence at the codon level, evidence at the exon/gene level is ignored)
Source:R/biomarkers.R
deduplicate_eitems.Rd
Function that removes redundancy in variant evidence items (i.e. if a variant is assicated with evidence at the codon level, evidence at the exon/gene level is ignored)
Usage
deduplicate_eitems(
var_eitems = NULL,
target_type = "exact",
target_other = c("codon", "exon", "gene")
)