Description Usage Arguments Value Author(s) Examples
This generic function extracts specific elements from an object, returning a instance of that object.
1 | selectChannels(object, names, ...)
|
object |
An S4 object, typically derived from class
|
names |
Character vector of named channels. |
... |
Additional arguments. |
Instance of class object
.
Biocore
1 2 3 4 5 | obj <- NChannelSet(R=matrix(runif(100), 20, 5), G=matrix(runif(100), 20, 5))
## G channel as NChannelSet
selectChannels(obj, "G")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.