This method returns the identifier of the chromosome where 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"
This method returns the identifier of the chromosome where the mutation occurs.
snv <- SNV("X", 20002, "T", "A")
# get the chromosome in which `snv` occurs (i.e., "X")
snv$get_chromosome()
#> [1] "X"