ExYeastSysBio R answers: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

5 March 2024

  • curprev 15:2715:27, 5 March 2024WikiSysop talk contribs 8,280 bytes +8,280 Created page with "= Answers to the first yeast systems biology exercise = '''Answers by:''' Lars Rønn Olsen and Rasmus Wernersson == Report questions #1 == <pre style="overflow:auto;"> library(igraph) library(ggraph) load("/home/projects/22140/exercise4.Rdata") g <- graph_from_data_frame(interactions, directed = FALSE, vertices = node_attributes) ggraph(g) + geom_edge_link(aes(color = score)) + scale_edge_color_continuous(limits = c(0,1), low = "red", high = "black") + geom_n..."