Plotting the regulatory table from scregclust as a directed graph
Source:R/plotting.R
plot_regulator_network.Rd
Plotting the regulatory table from scregclust as a directed graph
Usage
plot_regulator_network(
output,
arrow_size = 0.3,
edge_scaling = 30,
no_links = 6,
col = c("gray80", "#FC7165", "#BD828C", "#9D8A9F", "#7D92B2", "#BDA88C", "#FCBD65",
"#F2BB90", "#E7B9BA", "#BDB69C", "#92B27D", "#9B8BA5", "#9D7DB2", "#94A5BF")
)