Calculate gene rank
calculate_gene_rank(object, ...)
# S4 method for class 'Network'
calculate_gene_rank(
object,
regulators = NULL,
targets = NULL,
directed = FALSE,
method = c("page_rank", "degree_distribution"),
...
)
# S4 method for class 'data.frame'
calculate_gene_rank(
object,
regulators = NULL,
targets = NULL,
directed = FALSE,
method = c("page_rank", "degree_distribution"),
...
)
Data frame with gene ranks