grn_average_rank {BioNERO} | R Documentation |
Rank edge weights for GRNs and calculate average across different methods
grn_average_rank(list_edges)
list_edges |
List containing edge lists as returned by
the function |
Edge list containing regulator, target and mean rank from all algorithms.
data(filt.se) tfs <- sample(rownames(filt.se), size=50, replace=FALSE) grn_list <- grn_combined(filt.se, regulators=tfs, nTrees=2) ranked_grn <- grn_average_rank(grn_list)