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 )

jpluta26/HRDX documentation built on Nov. 10, 2019, 10:41 p.m.