mergeCNA: Merge the CNA by jumping (neglecting) small segments

View source: R/cnmut.R

mergeCNAR Documentation

Merge the CNA by jumping (neglecting) small segments

Description

When CNA segmentation contains many small segments, one may want to merge the two neighboring segments by skipping the small segment.

Usage

mergeCNA(cnFile, skipchunk = 19, correctMale = FALSE)

Arguments

cnFile

the SCNA segmentation file

skipchunk

segments with number of data points (probes) no more than this number will be skipped, set it to zero if not skipped

correctMale

logical, whether or not divide by 2 for the X chromosome (testing)

Value

data frame of the merged CNA segmentation


SunPathLab/Butte documentation built on Sept. 19, 2023, 9:42 a.m.