data.table (aka 'melt')melt.gct.RdUtilizes the data.table::melt function to transform the
matrix into long form. Optionally can include the row and column
annotations in the transformed data.table.
melt.gct( g, suffixes = NULL, remove_symmetries = F, keep_rdesc = T, keep_cdesc = T, ... )
| g | the GCT object |
|---|---|
| suffixes | the character suffixes to be applied if there are collisions between the names of the row and column descriptors |
| remove_symmetries | boolean indicating whether to remove
the lower triangle of the matrix (only applies if |
| keep_rdesc | boolean indicating whether to keep the row descriptors in the final result |
| keep_cdesc | boolean indicating whether to keep the column descriptors in the final result |
| ... | further arguments passed along to |
a data.table object with the row and column ids and the matrix
values and (optinally) the row and column descriptors
Other GCT utilities:
annotate.gct(),
merge.gct(),
rank.gct(),
subset.gct()