gfilter.ct: Method to filter the graph based on parameters passed to...

View source: R/filter.R

gfilter.ctR Documentation

Method to filter the graph based on parameters passed to compute_crosstalk

Description

Method to filter the graph based on parameters passed to compute_crosstalk

Usage

gfilter.ct(seeds, return_df = FALSE, ...)

Arguments

seeds

vector (str or numeric) user provided vertex ids to use as seeds in the random walk with restarts'

return_df

bool should we return a list containing the filtered graph + the RWR output that was used to do the filtering?

...

additional arguments passed to compute_crosstalk()

Value

igraph object


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