annotate.gct.Rd
Given a GCT object and either a data.frame
or
a path to an annotation table, apply the annotations to the
gct using the given keyfield
.
annotate.gct(g, annot, dimension = "row", keyfield = "id")
g | a GCT object |
---|---|
annot | a |
dimension | either 'row' or 'column' indicating which dimension
of |
keyfield | the character name of the column in |
a GCT object with annotations applied to the specified dimension
Other GCT utilities:
melt.gct()
,
merge.gct()
,
rank.gct()
,
subset.gct()