coappearance.list | R Documentation |
order each type of edges decreasingly in edge weights.
coappearance.list(g, top = 10)
g |
a weighted graph object from igraph. By default, there are three types of edges: gene-gene, gene-trait, and trait-trait. Genes are recorded as "rsXXX", and traits do not start with "rs". |
top |
how many edges for display. |
SR0 = readRDS(file = "/Users/zijungao/Dropbox/PathGPS/plot/source code/source data/metabolitesUMAP.rds") coappearance.list(SR0$graph)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.