View source: R/fct_network_analysis.R
draw_network_degrees | R Documentation |
Plots the histograms of in and out degrees of regulators and target genes, with regulators betweeness.
draw_network_degrees(nodes, graph)
nodes |
dataframe containing the nodes information |
graph |
igraph object |
data("abiotic_stresses")
data("regulators_per_organism")
mat <- abiotic_stresses$heat_DEGs_regulatory_links
network <- DIANE::network_thresholding(mat, n_edges = length(abiotic_stresses$heat_DEGs))
data <- network_data(network, regulators_per_organism[["Arabidopsis thaliana"]])
DIANE::draw_network_degrees(data$nodes, network)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.