Description Usage Arguments Value Author(s) See Also Examples
These generic functions access the copynumber values
of assay data stored in an object derived from the cghRaw-class
,
cghSeg-class
or cghCall-class
.
1 2 3 4 5 6 | copynumber(object)
copynumber(object) <- value
segmented(object)
segmented(object) <- value
calls(object)
calls(object) <- value
|
object |
Object derived from class |
value |
Matrix with rows representing features and columns samples. |
copynumber
returns a matrix of copynumber values;
Sjoerd Vosse
cghRaw-class
, cghSeg-class
, cghCall-class
1 2 3 4 | data(WiltingCalled)
log2ratios <- copynumber(WiltingCalled)
segments <- segmented(WiltingCalled)
calls <- calls(WiltingCalled)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.