score_lst | R Documentation |
Compute the number of Large-scale State Transitions (LSTs).
score_lst(segments, kit.coverage)
segments |
A |
kit.coverage |
A |
Procedure based on the paper from Popova et al, Can. Res. 2012 (PMID: 22933060). First segments smaller than 3Mb are removed, then segments are smoothed with respect to copy number at a distance of 3Mb. The number of LSTs is the number of breakpoints (breakpoints closer than 3Mb are merged) that have a segment larger or equal to 10Mb on each side. This score was linked to BRCA1/2-deficient tumors.
An integer representing the number of LSTs.
score_lst(segs.chas_example, oncoscan_na33.cov)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.