reorder_genes | R Documentation |
Reorder genes in a ClusterSet object according to various ordering rules.
reorder_genes(
object = NULL,
order_by = NULL,
method = NULL,
link = NULL,
nb_proc = 2
)
object |
A ClusterSet object. |
order_by |
A character string specifying the ordering rule. Default is "gene_names" which reorder genes in alphanumerical order. If 'hclust', hierarchical clustering is applied. If 'correlation' the gene as ordered based on there similarity with the cluster center. |
method |
The distance measure to be used order_by=='hclust'. |
link |
The agglomeration method to be used if order_by=='hclust'. |
nb_proc |
The number of processor to be used if order_by=='hclust'. |
ClusterSet-class object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.