combine: Combine two objects.

Description Usage Arguments Details Value Author(s) Examples

Description

Combine two seperate objects into a single object.

Usage

1
2
3
4
5
## S4 method for signature 'beadLevelData,beadLevelData'
combine(x, y)

## S4 method for signature 'ExpressionSetIllumina,ExpressionSetIllumina'
combine(x,y)

Arguments

x

An object of class beadLevelData or ExpressionSetIllumina.

y

An object of the same class as x.

Details

The combine function allows two objects of the same class that have been created seperately to be combined into one.

Value

Returns an object of the same class as the two inputs.

Author(s)

Mark Dunning, Mike Smith

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
if(require(beadarrayExampleData)){

data(exampleBLData)

sectionNames(exampleBLData)

data2 <- combine(exampleBLData, exampleBLData)

sectionNames(data2)

}

markdunning/beadarray documentation built on May 9, 2019, 8:35 a.m.