Skip to contents

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

Value

The identifier of the chromosome in which 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"