Learn R Programming

RNAinteract (version 1.20.0)

sgisubset: subset of an RNAinteract object.

Description

A new object of class RNAinteract is created that contains a subset of screens and channels.

Usage

sgisubset(sgi, screen = getScreenNames(sgi), channel = getChannelNames(sgi))

Arguments

sgi
An object of class RNAinteract.
screen
Names of the selected screens.
channel
Names of the selected channels.

Value

An object of class RNAinteract.

Details

This function returns a RNAinteract object that only contains the selected screens and channels.

See Also

RNAinteract-package

Examples

Run this code
data("sgi")
sgi
sgi1 <- sgisubset(sgi, screen = "1")
sgi1
sgi2 <- sgisubset(sgi, channel = "nrCells")
sgi2

Run the code above in your browser using DataLab