graphFromSynaptomeByEntrez | R Documentation |
synaptome.db
dataUtility function to create network from
synaptome.db
data
graphFromSynaptomeByEntrez(entrez, LCC = TRUE, simplify = TRUE)
entrez |
vector of EntrezIDs for network vertices |
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<-graphFromSynaptomeByEntrez(geneTable$HumanEntrez)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.