Description Usage Value Author(s) References See Also
Return an igraph object with the STRING network (for information about iGraph visit http://igraph.sourceforge.net)
1 2 | ## S4 method for signature 'STRINGdb'
get_graph()
|
igraph object with the STRING network
Andrea Franceschini
Csardi G, Nepusz T: The igraph software package for complex network research, InterJournal, Complex Systems 1695. 2006. http://igraph.sf.net
In order to simplify the most common tasks, we do also provide convenient functions that wrap some iGraph functions. get_interactions(string_ids) # returns the interactions in between the input proteins get_neighbors(string_ids) # Get the neighborhoods of a protein (or of a vector of proteins) that is given in input. get_subnetwork(string_ids) # returns a subgraph from the given input proteins
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.