combineData-CNAclinicData-CNAclinicData-method: Combine the slots of two CNAclinicData objects

Description Usage Arguments Value Examples

Description

This method uses cbind to create a new CNAcliniData object that contains the sample data of both arguments x and y. Both CNAcliniData objects to be combined (x, y) must have the same collection of slots filled and have identical bin annotations.

Usage

1
2
## S4 method for signature 'CNAclinicData,CNAclinicData'
combineData(x, y)

Arguments

x

a CNAclinicData object.

y

a CNAclinicData object.

Value

Returns an object of class CNAclinicData with sample data of both x and y.

Examples

1
2
3
4
     ## Not run: 
      vignette("CNAclinic")
     
## End(Not run)

sdchandra/CNAclinic documentation built on May 29, 2019, 9:33 a.m.