Skip to contents

This method returns the sequence after the mutation occurs.

Value

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"