This method returns the sequence after the mutation occurs.
Examples
snv <- SNV("X", 20002, "T", "A")
# get the sequence after `snv` occurs (i.e., "T")
snv$get_alt()
#> [1] "T"
This method returns the sequence after the mutation occurs.
snv <- SNV("X", 20002, "T", "A")
# get the sequence after `snv` occurs (i.e., "T")
snv$get_alt()
#> [1] "T"