Estimates the coverage scale factor (covsf) for a specified chromosome or subregion, based on segment mean and probe count.
Arguments
- chromosome
Character. Chromosome name (e.g., "1", "X").
- start
Numeric or NULL. Start coordinate of the region. If
NULL, uses the first segment start in the chromosome.- end
Numeric or NULL. End coordinate of the region. If
NULL, uses the last segment end in the chromosome.- seg
Data frame or tibble. Segment data, must include columns
Chromosome,Start,End,Segment_Mean, andNum_Probes.
