This method returns the reference sequence that is altered by the mutation.
Examples
snv <- SNV("X", 20002, "T", "A")
# get the reference base in which `snv` occurs (i.e., "A")
snv$get_ref()
#> [1] "A"
This method returns the reference sequence that is altered by the mutation.
snv <- SNV("X", 20002, "T", "A")
# get the reference base in which `snv` occurs (i.e., "A")
snv$get_ref()
#> [1] "A"