normalizeTomo | R Documentation |
Normalize the raw read count in a SummarizedExperiment
object.
normalizeTomo(object, method = "median")
object |
A |
method |
Character, must be one of |
This function should be run for SummarizedExperiment
object created from raw read count matrix.
If the SummarizedExperiment
object already has a normalized count matrix. The function simply return the original object.
Library sizes of all sections are normalized to the median library size (method='median') or one million (method='cpm').
A SummarizedExperiment
object with normalized read count matrix saved in assay 'normalized'
.
data(zh.data) zh <- createTomo(zh.data, normalize=FALSE) zh <- normalizeTomo(zh)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.