Description Constructor Superclass Additional Slots
Contains the genomic coordinates of regions, the raw counts before GC adjustment, the GC content and mappability of each region, and the polynomial model fit, and the GC-adjusted copy number estimates.
AdjustedCopyEstimate(ploidy, windows, mappability, gc, unadj.CN, models, adj.CN)
Creates a AdjustedCopyEstimate object.
ploidySets of chromosomes in each sample.
windowsA GRanges object.
mappabilityA numeric vector of mappability. Elements between 0 and 1.
gcA numeric vector of GC content Elements between 0 and 1.
unadj.CNA matrix of estimated copy numbers after mappability
adjustment, but before GC content adjustment, if slot type
is "absolute". Otherwise, fold changes.
modelsThe polynomial models that were fit to the counts.
adj.CNA matrix of estimated copy numbers after mappability
adjustment and GC content adjustment, if slot type
is "absolute". Otherwise, a matrix of fold changes,
based on GC adjusted absolute copy estimates.
Note that mappability and gc become metadata columns of windows
when the object is created.
This class inherits from CopyEstimate.
These are added to by absoluteCN or relativeCN
A GRangesList of copy number segmentations
for each sample.
A GRangesList of copy number segmentations
for each sample, using GC adjusted data.
A flag that contains if the copy number data is absolute or relative.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.