Learn R Programming

crosstalkr (version 1.0.4)

gfilter.igraph_method: 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, ...)

Value

igraph

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