R/length-methods.R

# length
setMethod ("length", "CNAnorm", function (x) {length(x@InData)})
setMethod ("length", "InData", function (x) {length(x@Chr)})
setMethod ("length", "DerivData", function (x) {length(x@ratio)})

Try the CNAnorm package in your browser

Any scripts or data that you put into this service are public.

CNAnorm documentation built on Nov. 8, 2020, 5:29 p.m.