Skip to contents

This method returns the position in the chromosome where the mutation occurs.

Value

The position in chromosome where the mutation occurs.

Examples

snv <- SNV("X", 20002, "T", "A")

# get the position in chromosome where `snv` occurs (i.e., 20002)
snv$get_position_in_chromosome()
#> [1] 20002