Description Usage Arguments Details Value Examples
get the standard HRD score
1 2 | getHRD.Score(seq.dat, CN.dat, min.seg.size = 1.1e+07,
scaleTotal = FALSE, type = "sum")
|
seq.dat |
the preprocessed sequencing data |
CN.dat |
the copy number data |
min.seg.size |
optional: the minimum segment size (default to 11Mbp) |
scaleTotal |
optional: rescale the total to range of 0-100 |
type |
optional: type of score to return, one of "sum" or "average" |
ploidy.dat |
the ploidy data |
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, sub01.ploidy, scaleTotal = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.