Main Content

combine

Class: bioma.data.ExptData
Namespace: bioma.data

Combine two ExptData objects

Syntax

NewEDObj = combine(EDObj1, EDObj2)

Description

NewEDObj = combine(EDObj1, EDObj2) 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.

Input Arguments

EDObj#

Object of the bioma.data.ExptData class.