Description Usage Arguments Details Value Examples
get the standard HRD score
1 | getHRD.Score(seq.dat, CN.dat, scaleTotal = FALSE, type = "sum")
|
seq.dat |
the preprocessed sequencing data |
CN.dat |
the copy number data |
scaleTotal |
optional: rescale the total to range of 0-100 |
type |
optional: type of score to return, one of "sum" or "average" |
calculates the 'standard' HRD score: the sum of LST, LOH, and NTAI, all normalized. Can optionally return the HRD score rescaled to a range of 0 - 100.
a numeric value representing the HRD score
1 2 3 4 | seq.dat <- preprocessHRD( sub01.segments )
CN.dat <- getCNT( seq.dat )
HRD <- getHRD.Score( seq.dat, CN.dat, scaleTotal = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.