selectChannels: Create a new NChannelSet instance by selecting specific...

Description Usage Arguments Value Author(s) Examples

Description

This generic function extracts specific elements from an object, returning a instance of that object.

Usage

1

Arguments

object

An S4 object, typically derived from class eSet

names

Character vector of named channels.

...

Additional arguments.

Value

Instance of class object.

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 NChannelSet
selectChannels(obj, "G")
  

Biobase documentation built on Nov. 8, 2020, 6:52 p.m.