Main Content
combine
Class: bioma.data.ExptData
Namespace: bioma.data
Combine two ExptData objects
Syntax
NewEDObj
= combine(EDObj1
, EDObj2
)
Description
combines
data from two ExptData objects and returns a new ExptData object.
The number and names of features (rows) in both ExptData objects must
match. The number and names of samples (columns) in both ExptData
objects must match.NewEDObj
= combine(EDObj1
, EDObj2
)
Input Arguments
|
Object of the |