rank.gct.RdConvert a GCT object's matrix to ranks
rank.gct(g, dim = "col", decreasing = T)
| g | the |
|---|---|
| dim | the dimension along which to rank (row or column) |
| decreasing | boolean indicating whether higher values should get lower ranks |
a modified version of g, with the
values in the matrix converted to ranks
Other GCT utilities:
annotate.gct(),
melt.gct(),
merge.gct(),
subset.gct()