CNVDetectionResult-class | R Documentation |
S4 class for storing results of a CNV detection method.
The following slots are defined for CNVDetectionResult objects:
The segments in which the reads are counted. GRanges object.
The normalized data.
The data to which the segmentation algorithm is applied. These can be z-Scores, ratios, log-ratios or I/NI calls.
The CNV call that the method provides for a specific sample
The CNV call that the method provides a specific segment.
The posterior probabilities for different copy numbers.
The detected CNVs.
The detected CNV regions.
The segmentation of the reference sequence (sample-wise).
The most probable integer copy number.
The sample names.
The parameters with which the method was run.
signature(object = "CNVDetectionResult")
: ...
signature(object = "CNVDetectionResult")
: ...
signature(object = "CNVDetectionResult")
: ...
signature(object = "CNVDetectionResult")
: ...
signature(object = "CNVDetectionResult")
: ...
signature(object = "CNVDetectionResult")
: ...
signature(object = "CNVDetectionResult")
: ...
signature(object = "CNVDetectionResult")
: ...
signature(object = "CNVDetectionResult")
: ...
signature(x = "CNVDetectionResult", y = "missing")
: ...
signature(object = "CNVDetectionResult")
: ...
signature(object = "CNVDetectionResult")
: ...
signature(object = "CNVDetectionResult")
: ...
signature(object = "CNVDetectionResult")
: ...
signature(object = "CNVDetectionResult")
: ...
signature(object = "CNVDetectionResult")
: ...
signature(object = "CNVDetectionResult")
: ...
Guenter Klambauer klambauer@bioinf.jku.at
showClass("CNVDetectionResult")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.