Description Usage Arguments Value Author(s) Examples
Normalizes binned read counts.
1 2 | normalizeBins(object, method="median", force=FALSE, verbose=getOption("QDNAseq::verbose",
TRUE))
|
object |
A |
method |
A |
force |
Running this function will remove possible segmentation and
calling results. When they are present, running requires specifying
|
verbose |
If |
Returns a QDNAseqCopyNumbers
object with the assay data element
copynumber
scaled with the chosen method.
Ilari Scheinin
1 2 3 4 5 6 | data(LGG150)
readCounts <- LGG150
readCountsFiltered <- applyFilters(readCounts)
readCountsFiltered <- estimateCorrection(readCountsFiltered)
copyNumbers <- correctBins(readCountsFiltered)
copyNumbersNormalized <- normalizeBins(copyNumbers)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.