Description Objects from the Class Slots Methods Author(s) References See Also Examples
A Class containing input data for CNA
Objects can be created by calls of the form new("InData", Chr, Pos, Test, Norm, ratio, GC)
.
Chr
:Object of class "character"
. Name of the Chromosomes/Contigs of each window.
Pos
:Object of class "numeric"
. Starting position of the each window.
Test
:Object of class "numeric"
. Number of reads from Test in each window.
Norm
:Object of class "numeric"
. Number of reads from Normal (Control) in each window.
ratio
:Object of class "numeric"
. Ratio Test/Control
in each window. Automatically computed if Test and Norm are provided, or
user generated if Test and Norm are not know.
GC
:Object of class "numeric"
. GC content of each window.
signature(x = "InData")
: Returns number of windows from input data.
Stefano Berri
Gusnanto, A., Wood, H.M., Pawitan, Y., Rabbitts, P. and Berri, S. (2011) Correcting for cancer genome size and tumor cell content enables better estimation of copy number alterations from next generation sequence data. Bioinformatics
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.