Description Usage Arguments Details Value Author(s) References Examples
Manipulates count values from windows of comparatively high or low GC content so as to bring the counts more in line with those from median GC-content windows.
1 | normalizeGC(experiment)
|
experiment |
|
Implements the Yoon et al. (2009) normalization scheme.
An object of class CNOGpro
, containing a numeric vector
CorrReadsprWindow
.
Ola Brynildsrud
Yoon,S. et al. (2009) Sensitive and accurate detection of copy number variants using read depth of coverage. Genome Research, 19, 1586–1592.
1 2 3 | data(carsonella)
carsonella_normalized <- normalizeGC(carsonella)
plotCNOGpro(carsonella_normalized)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.