Create a new ExpressionSet instance by selecting a specific channel
This generic function extracts a specific element from an object, returning a instance of the ExpressionSet class.
channel(object, name, ...)
object |
An S4 object, typically derived from class
|
name |
The name of the channel, a (length one) character vector. |
... |
Additional arguments. |
An instance of class ExpressionSet
.
Biocore
obj <- NChannelSet( R=matrix(runif(100), 20, 5), G=matrix(runif(100), 20, 5)) ## G channel as ExpressionSet channel(obj, "G")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.