Description Usage Arguments Value Note Author(s) References See Also
These functions extract Short Reccurent Abnormalities (SRA) and Long Reccurent Abnormalities (LRA) from a CGH array series, as described by Lenz et al. (2008).
The processing core xRA
is common for both analysis, but is not intended to be called directly. Use the SRA
and LRA
wrappers instead.
1 2 3 4 |
segTables |
An eventually named Can also be a single |
value |
Single character value, the column name from which extract values that will fill the output cells. |
states |
A named |
sampleMin |
Single numeric value, minimal amount of samples in the 'overlapping group'. If lesser than 1, interpreted as a proportion of the sample count. Large values decrease processing time and SRA amounts. |
quiet |
Single logical value, whether to print diagnostic |
lengthMax |
Single integer value, segments larger than this value will be filtered out (25 Mb for SRA, |
lengthMin |
Single integer value, segments shorter than this value will be filtered out ( |
gaps.width |
Single integer value, alterated segments separated by a gap shorter than this value will be merged (see also 'gaps.ratio'; 500 kb for SRA, 10 Mb for LRA). Use |
gaps.ratio |
Single numeric value, for a gap to be filled its two neighbors must be this value larger than it (see also 'gaps.width'; 1 for SRA, 1.5 for LRA). Use |
... |
The |
Returns a list with a data.frame
for each state :
chrom |
Chromosomal location. |
inPeak |
Numeric, proportion of the sample series in the 'overlapping group'. |
overlap.start, overlap.end |
Integer, position on the chromosome for the highest peak of the SRA (region covered by the whole 'overlapping group'). |
start, end |
Integer, position on the chromosome for the SRA itself (largest region covered by 2/3 of the 'overlapping group'). |
extended.start, extended.end |
Integer, position on the chromosome for the extended SRA (largest region covered by 1/3 of the 'overlapping group'). |
For Long Reccurent Abnormalities, Lenz et al. suggest to filter out regions involved in abnormal chromosome arms. For technical reasons, this filter was NOT implemented.
Sylvain Mareschal
Lenz G et al. "Molecular subtypes of diffuse large B-cell lymphoma arise by distinct genetic pathways". Proc Natl Acad Sci U S A. 2008 Sep 9;105(36):13520-5 (Supporting Information)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.