View source: R/grn_inference.R
grn_average_rank | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.