powered by
Extract copy number profile as list from CopyNumber object
get_cnlist(CopyNumber)
a CopyNumber object.
a list
list
Other internal calculation function series: get_ArmLocation, get_LengthFraction, get_cnsummary_sample, get_components, get_features, get_matrix
get_ArmLocation
get_LengthFraction
get_cnsummary_sample
get_components
get_features
get_matrix
# NOT RUN { extdata_dir <- system.file("extdata", package = "sigminer", mustWork = TRUE) cp <- read_copynumber(extdata_dir, pattern = "txt", genome_build = "hg19") cn_list <- get_cnlist(cp) # }
Run the code above in your browser using DataLab