All public logs

Jump to navigation Jump to search

Combined display of all available logs of 22140. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:27, 5 March 2024 WikiSysop talk contribs created page ExYeastSysBio R answers (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...")