Description Usage Arguments Value Examples
Plot a graph representing the gene expression relationships between clusters. The edge thickness depends on how many genes the clusters share between each other. The more of the same genes they express, the thicker stronger their relationship is.
1 |
gene_comparison_matrix |
A matrix object of number of cluster by number of clusters cells, with each matrix cell (x,y) containing the vector of genes expressed by both clusters x and y. |
Returns a graph of nodes and edges, where node (number represents cluster id) represents a cluster and an edge between nodes represent the genes shared by those clusters.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.