gfilter.igraph_method: Method to filter graph based on any igraph method that scores...

View source: R/filter.R

gfilter.igraph_methodR 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


DavisWeaver/crosstalkr documentation built on May 6, 2024, 6:09 p.m.