Getting the mutation chromosome position
Source:R/RcppExports.R
Mutation-cash-get_position_in_chromosome.Rd
This method returns the position in the 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