Merge two GCT objects together

merge.gct(g1, g2, dimension = "row", matrix_only = F)

Arguments

g1

the first GCT object

g2

the second GCT object

dimension

the dimension on which to merge (row or column)

matrix_only

boolean idicating whether to keep only the data matrices from g1 and g2 and ignore their row and column meta data

See also

Other GCT utilities: annotate.gct(), melt.gct(), rank.gct(), subset.gct()