R/variant_annotation.R
add_changes.Rd
Given a variant in the format "", returns the substring representing the reference-to-alternate change (e.g. "A_T").
add_changes(variant)
Character vector of variant strings ("").
Character vector of nucleotide changes ("_").
add_changes("150_A_G") # returns "A_G" #> [1] "A_G"