getCNt: get the main copynumber state for each chromosome

Description Usage Arguments Details Value Examples

View source: R/getCNT.R

Description

get the main copynumber state for each chromosome

Usage

1
getCNt(seq.dat)

Arguments

seq.dat

the data.frame of sequencing data

Details

Get the main copynumber state for each chromosome. Calculate the total proportion of the chromosome associated with each unique copynumber state; return the copynumber state that is most represented.

Value

a data.frame containing the main copynumber state for each input chromosome

Examples

1
2
seq.dat <- preprocessHRD( seq.dat )
CN.dat <- getCNt( seq.dat )

maxwell-lab/HRDex documentation built on May 3, 2020, 9:01 p.m.