Network Resampling
NR.RdNetwork Resampling
Arguments
- G
igraph object
- rankedVector
ranked named vector with vertex scores; only `names(rankedVector)` in `V(G)$name` will be considered
- k
number of permutations
- BPPARAM
An optional BiocParallelParam instance determining the parallel back-end to be used during evaluation. If NULL, parallel evaluation is disabled using `SerialParam()`. See ?bplapply.