gfilter.igraph_method | R Documentation |
Method to filter graph based on any igraph method that scores verticies.
gfilter.igraph_method(g, use_ppi = TRUE, method, n = 500, desc, val_name, ...)
g |
igraph object |
use_ppi |
bool - should we use a ppi from online repository? |
method |
str |
n |
int - number of nodes to include in the returned subgraph |
desc |
bool - do we want the top or bottom examples of the provided metric |
val_name |
str |
... |
additional parameters passed to load_ppi |
igraph
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.