Learn R Programming

RNAinteract (version 1.20.0)

normalizeMainEffectTemplate: normalize template main effect

Description

Normalize for a spatial main effect of the template genes.

Usage

normalizeMainEffectTemplate(sgi, screen = NULL, channel = NULL)

Arguments

sgi
An object of class RNAinteract.
screen
The name of the screen in which the normalization should be applied. If screen = NULL, the normalization is applied on all screens.
channel
The name of the channel in which the normalization should be applied. If channel = NULL, the normalization is applied on all channels.

Value

An object of class RNAinteract.

Details

Normalizing the query main effect does not influence the estimation of the pairwise interaction term.

See Also

RNAinteract-package

Examples

Run this code
data("sgi")
sgi <- normalizeMainEffectTemplate(sgi)

Run the code above in your browser using DataLab