Description Usage Arguments Value See Also Examples
Merge two GCT objects together
1 2 3 4 5 6 7 |
... |
arguments passed on to |
g1 |
the first GCT object |
g2 |
the second GCT object |
dim |
the dimension on which to merge (row or column) |
matrix_only |
boolean idicating whether to keep only the
data matrices from |
a GCT object
Other GCT utilities:
annotate.gct()
,
melt.gct()
,
rank.gct()
,
subset.gct()
1 2 3 4 5 | # take the first 10 and last 10 rows of an object
# and merge them back together
(a <- subset_gct(ds, rid=1:10))
(b <- subset_gct(ds, rid=969:978))
(merged <- merge_gct(a, b, dim="row"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.