View source: R/fct_edge_testing.R
draw_discarded_edges | R Documentation |
Draw network with removed edges in red
draw_discarded_edges(links, net_data)
links |
dataframe of edges containing their adjusted pvalues, as returned
by the |
net_data |
network data of the thresholded network, given by |
data(abiotic_stresses)
links <- abiotic_stresses$heat_edge_tests$links
net <- network_from_tests(links, fdr = 0.01)
net_data <- network_data(net,
gene_info = gene_annotations$`Arabidopsis thaliana`,
regulators = regulators_per_organism$`Arabidopsis thaliana`)
draw_discarded_edges(links, net_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.