Skip to contents

This method returns the identifier of the chromosome where the mutation occurs.

Value

The chromosome in which the mutation occurs.

Examples

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

# get the chromosome in which `snv` occurs (i.e., "X")
snv$get_chromosome()
#> [1] "X"