gfilter.igraph_method {crosstalkr} | R Documentation |
Method to filter graph based on any igraph method that scores verticies.
Description
Method to filter graph based on any igraph method that scores verticies.
Usage
gfilter.igraph_method(g, use_ppi = TRUE, method, n = 500, desc, val_name, ...)
Arguments
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 |
Value
igraph
[Package crosstalkr version 1.0.5 Index]