| channelNames {Biobase} | R Documentation |
This generic function reports the channels present in an object.
channelNames(object, ...)
object |
An S4 object, typically derived from class
eSet |
... |
Additional argument, not currently used. |
character.
Biocore
obj <- new("NChannelSet",
R=matrix(runif(100), 20, 5),
G=matrix(runif(100), 20, 5))
channelNames(obj)