channel | R Documentation |
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.