gfilter.value {crosstalkr} | R Documentation |
Method to filter graph based on user provided value
Description
Method to filter graph based on user provided value
Usage
gfilter.value(g, val, use_ppi = TRUE, n = 500, val_name = "value", desc, ...)
Arguments
g |
igraph object |
val |
named numeric vector - some measure of node state (i.e. gene expression in the case of a PPI) |
use_ppi |
bool - should we use a ppi from online repository? |
n |
int - number of nodes to include in the returned subgraph |
val_name |
str |
desc |
bool - do we want the top or bottom examples of the provided metric |
... |
additional params passed to |
Value
igraph
[Package crosstalkr version 1.0.5 Index]