Description Usage Arguments Value See Also Examples
Utilizes the melt.data.table function to
transform the
matrix into long form. Optionally can include the row and column
annotations in the transformed data.table.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20  | 
... | 
 further arguments passed along to   | 
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  | 
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()
1 2 3 4 5 6 7 8  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.