scaleTomo | R Documentation |
Scale the normalized read count in a SummarizedExperiment
object.
scaleTomo(object)
object |
A |
This function should be run for SummarizedExperiment
object with normalized read count matrix.
The normalized read counts of each gene are subjected to Z score transformation across sections.
A SummarizedExperiment
object with scaled read count matrix saved in assay 'scaled'
.
data(zh.data) zh <- createTomo(zh.data, scale=FALSE) zh <- scaleTomo(zh)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.