connectGenes | R Documentation |
Connect genes by words
connectGenes(nets, query_word, return_tbl_graph = FALSE, neighbors = FALSE)
nets |
named list of nets (if no names are given, automatically set) |
query_word |
word to connect |
return_tbl_graph |
return tbl_graph |
neighbors |
obtain neighbors words for queried words, default to FALSE |
When an interesting word is found in two or more networks, connect the words and gene names and return the graph. Note that genePlot must be set to TRUE in all the networks.
igraph object
n1 <- refseq(c("IRF3","PNKP","DDX41","ERCC1","ERCC2","XRCC1"), genePlot=TRUE)
n2 <- refseq(c("IRF3","PNKP","DDX41","ERCC1","ERCC2","XRCC1"), genePlot=TRUE)
connectGenes(list(n1, n2), query_word="dna")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.