This method returns the CNA length.
Examples
# create an amplification CNA
cna <- CNA("A", "X", 20002, 100)
# get the length of `cna` (i.e., 100)
cna$get_length()
#> [1] 100
This method returns the CNA length.
# create an amplification CNA
cna <- CNA("A", "X", 20002, 100)
# get the length of `cna` (i.e., 100)
cna$get_length()
#> [1] 100