Convert a GCT object's matrix to ranks

rank.gct(g, dim = "col", decreasing = T)

Arguments

g

the GCT object to rank

dim

the dimension along which to rank (row or column)

decreasing

boolean indicating whether higher values should get lower ranks

Value

a modified version of g, with the values in the matrix converted to ranks

See also

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