Skip to contents

This method returns the CNA length.

Value

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