Description Usage Arguments Value Examples
Plot a bar graph representing the gene expression relationships between clusters. Each bar represents how much genes are shared in the pair with respect to other pairs. Because the relationships are made relative to each other, the cluster pair with the most genes shared will be indicated as 1.
1 | plot_cluster_relations(gene_expression_graph)
|
gene_expression_graph |
Graph output from draw_cluster_relations to utilize the edge weights |
Returns a bar graph indicating which cluster pairs share the more genes with respect to the pair with the most genes shared.
1 2 3 4 5 | library(igraph)
library(utils)
library(graphics)
graph <- draw_cluster_gene_relations(gene_comparison_matrix)
plot_cluster_relations(graph)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.