Description Objects from the Class Slots Methods Author(s) References See Also Examples
Class to Contain and Describe copy number aberration (CNA) data from low coverage (approx 0.01 - 0.5X) Next Generation Sequencing
Objects can be created by calls of the form new("CNAnorm", InData).
InData:Object of class "InData". Contains input data
provided by the user. All slots have same length. Each element describe one window.
See Class "InData"
DerivData:Object of class "DerivData". Contains data derived
from "InData". It can be Retrieved by the user, but methods should be used to populate
"DerivData". All slots have same length as input data. See Class DerivData
Res:Object of class "Res". Contains slots with obtained results. See Class "Res"
Params:Object of class "Params". Contains crucial parameters passed to some
of the methods for reusing in later steps or for documentation.
Summary of methods for class "CNAnorm". Type "methods ? methodName" for more details about methodName.
signature(object = "CNAnorm"): Retrieve Chromosomes/contig name
signature(object = "CNAnorm"): Set Chromosomes/contig name
signature(object = "CNAnorm"): Estimate ploidy
of the sample, tumor content and other results saved in Slot "Res"
signature(x = "CNAnorm"): Returns number of element/windows
signature(x = "CNAnorm"): Produce on object of class "CNAnorm" with a subser of windows
signature(object = "CNAnorm"): Plot annotated normalized genome copy number
signature(object = "CNAnorm"): Plot peaks and estimated/validated ploidy
signature(object = "CNAnorm"): Retrieve Chromosomes/contig position
signature(object = "CNAnorm"): Set Chromosomes/contig position
signature(object = "CNAnorm"): Retrieve ratio (Test/Control).
If gcNorm was called, ratio is GC normalized
signature(object = "CNAnorm"): Retrieve normalized ratio (not smoothed)
signature(object = "CNAnorm"): Retrieve smoothed ratio
signature(object = "CNAnorm"): Retrieve normalized smoothed ratio
signature(object = "CNAnorm"): Retrieve segmented ratio (as provided by DNAcopy)
signature(object = "CNAnorm"): Retrieve normalized segmented ratio
Stefano Berri s.berri@leeds.ac.uk and Arief Gusnanto a.gusnanto@leeds.ac.uk
CNA-norm: Discrete Normalization of Copy Number Alteration data from clinical samples (in preparation)
InData, DerivData for documentation on the slots.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.