gfilter.ct {crosstalkr} | R 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 |
Value
igraph object
[Package crosstalkr version 1.0.5 Index]