This method returns the identifier of the chromosome where the CNA occurs.
Examples
# create an amplification CNA
cna <- CNA("A", "X", 20002, 100)
# get the chromosome in which `cna` occurs (i.e., "X")
cna$get_chromosome()
#> [1] "X"
This method returns the identifier of the chromosome where the CNA occurs.
# create an amplification CNA
cna <- CNA("A", "X", 20002, 100)
# get the chromosome in which `cna` occurs (i.e., "X")
cna$get_chromosome()
#> [1] "X"