channel: Create a new ExpressionSet instance by selecting a specific...

Description Usage Arguments Value Author(s) Examples

Description

This generic function extracts a specific element from an object, returning a instance of the ExpressionSet class.

Usage

1
channel(object, name, ...)

Arguments

object

An S4 object, typically derived from class eSet

name

The name of the channel, a (length one) character vector.

...

Additional arguments.

Value

An instance of class ExpressionSet.

Author(s)

Biocore

Examples

1
2
3
4
5
obj <- NChannelSet(
           R=matrix(runif(100), 20, 5),
           G=matrix(runif(100), 20, 5))
## G channel as ExpressionSet
channel(obj, "G")

turaganitesh/testbiocpackage1234 documentation built on July 4, 2020, 12:57 a.m.