sgisubset: subset of an RNAinteract object.

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/subsetting.R

Description

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

Usage

1

Arguments

sgi

An object of class RNAinteract.

screen

Names of the selected screens.

channel

Names of the selected channels.

Details

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

Value

An object of class RNAinteract.

Author(s)

Bernd Fischer

See Also

RNAinteract-package

Examples

1
2
3
4
5
6
data("sgi")
sgi
sgi1 <- sgisubset(sgi, screen = "1")
sgi1
sgi2 <- sgisubset(sgi, channel = "nrCells")
sgi2

RNAinteract documentation built on Nov. 8, 2020, 5:28 p.m.