Method to filter graph based on user provided value
gfilter.value(g, val, use_ppi = TRUE, n = 500, val_name = "value", desc, ...)
igraph
igraph object
named numeric vector - some measure of node state (i.e. gene expression in the case of a PPI)
bool - should we use a ppi from online repository?
int - number of nodes to include in the returned subgraph
str
bool - do we want the top or bottom examples of the provided metric
additional params passed to load_ppi()
or compute_crosstalk()