score_nlst | R Documentation |
Compute the number of LSTs, normalized by the number of WGD events.
score_nlst(segments, n.wgd, kit.coverage, threshold = 15)
segments |
A |
n.wgd |
Number of whole-genome doubling events (0 if diploid). |
kit.coverage |
A |
threshold |
A number above which the test is returned positive (>=). |
Compute the number of LSTs in non-LOH segments via the
score_lst
function and subtract the extra noise induced by WGD events:
nLST = LST - 7*W/2 where W is the number of WGD events.
A sample is HRD positive (deficient in HR pathway) if nLST is greater or
equal to the threshold (15 by default).
This score was linked to BRCA1/2-deficient tumors.
A named list with the number of nLSTs and the corresponding label ('Positive', 'Negative').
w <- score_estwgd(segs.chas_example, oncoscan_na33.cov)
score_nlst(segs.chas_example, w['WGD'], oncoscan_na33.cov)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.