Learn R Programming

sigminer (version 0.1.11)

get_ArmLocation: Get chromosome arm location

Description

Get chromosome arm location

Usage

get_ArmLocation(genome_build = c("hg19", "hg38"))

Arguments

genome_build

genome build version, should be 'hg19' or 'hg38'.

See Also

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

Examples

Run this code
# NOT RUN {
hg19_arm <- get_ArmLocation("hg19")
hg38_arm <- get_ArmLocation("hg38")
# }

Run the code above in your browser using DataLab