scaleTomo: Scale data

Description Usage Arguments Details Value Examples

View source: R/process.R

Description

Scale the normalized read count in a SummarizedExperiment object.

Usage

1
scaleTomo(object)

Arguments

object

A SummarizedExperiment object.

Details

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.

Value

A SummarizedExperiment object with scaled read count matrix saved in assay 'scaled'.

Examples

1
2
3

tomoda documentation built on Nov. 8, 2020, 8:10 p.m.