graphFromSynaptomeGeneTable | R Documentation |
synaptome.db
dataUtility function to create network from
synaptome.db
data
graphFromSynaptomeGeneTable(geneTable, LCC = TRUE, simplify = TRUE)
geneTable |
data.frame described in
|
LCC |
if TRUE only largest connected component is returned |
simplify |
if TRUE loops and multiple edges will be removed |
network defined by the gene table
library(synaptome.db)
cid<-match('Presynaptic', getCompartments()$Name)
geneTable<-getAllGenes4Compartment(cid)
gg<-graphFromSynaptomeGeneTable(geneTable)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.