clusterGenesetsByGenes | R Documentation |
Cluster a set of genesets by gene membership
clusterGenesetsByGenes( results_table, genes_col = "gene_names", dist_method = "manhattan", hclust_method = "ward.D2", id_col = "geneset_id" )
results_table |
The table of geneset results |
genes_col |
The name of the column containing comma-separated genenames |
dist_method |
The name of the distance method to pass to "dist" |
hclust_method |
The name of the clustering method to pass to "hclust" |
id_col |
The column containing a unique identifier for the geneset |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.