score_td | R Documentation |
Compute the number of large tandem duplication (TDplus).
score_td(segments)
segments |
A |
Procedure based on the paper from Popova et al., Cancer Res 2016 (PMID: 26787835). The TDplus score is defined as the number of regions larger than 1Mb but smaller or equal to 10Mb with a gain of one or two copies. This score was linked to CDK12-deficient tumors. They also identified as second category of tandem duplication whose size is smaller or equal than 1Mb and around 300Kb but could not link it to a phenotype. Note that due to its resolution the Oncoscan assay will most likely miss this second category. Nonetheless it is reported by the function.
A list of integer containing the TDplus score ('TDplus'
) and
the small TD score ('TD'
).
score_td(segs.chas_example)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.