This function will generate n character vectors of seeds to be passed to sparseRWR as part of the construction of a boostrapped null distribution for significance testing.
match_seeds(g, seed_proteins, n, set_seed = NULL)
list of character vectors: randomly generated seed proteins with a similar degree distribution to parent seed proteins
igraph object representing the network under study. specified by "ppi" in bootstrap_null
user defined seed proteins
number of random walks with repeats to create null distribution
integer to set random number seed - for reproducibility