summarizeScreens {RNAinteract}R Documentation

summarize screens

Description

Creates a new object of class RNAinteract with one screen. The new screen is the mean of all screens in the input object.

Usage

summarizeScreens(sgi, screens, newscreenname = "mean")

Arguments

sgi

An object of class RNAinteract.

screens

The screen names to be summarized.

newscreenname

The name of the new summary screen.

Details

If multiple screens with the same layout are stored in the same RNAinteract object, then these screens are summarized by averaging to a new screen. The returned object contains one screen.

Value

An object of class RNAinteract.

Author(s)

Bernd Fischer

See Also

RNAinteract-package

Examples

data("sgi")
sgi
sginew <- summarizeScreens(sgi, screens=c("1","2"), newscreenname = "m")
sginew

[Package RNAinteract version 1.34.0 Index]