Learn R Programming

sigminer (version 0.1.11)

get_cnlist: Extract copy number profile as list from CopyNumber object

Description

Extract copy number profile as list from CopyNumber object

Usage

get_cnlist(CopyNumber)

Arguments

CopyNumber

a CopyNumber object.

Value

a list

See Also

Other internal calculation function series: get_ArmLocation, get_LengthFraction, get_cnsummary_sample, get_components, get_features, get_matrix

Examples

Run this code
# 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