ExYeastCellCycleTranscriptomics2 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 16:5116:51, 5 March 2024WikiSysop talk contribs 5,765 bytes +5,765 Created page with "===Question 1=== <pre> library(igraph) library(ggraph) load("home/projects/22140/exercise4.Rdata") load("home/projects/22140/exercise6.Rdata") expr$log2fc <- log2(expr$GSM287992/expr$GSM287991) node_attributes_updated <- merge(x = node_attributes, y = expr[!duplicated(expr$SysName),c(1,6)], by.x = "ID", by.y = "SysName", all.x = TRUE) g <- graph_from_data_frame(interactions, directed = FALSE, vertices = node_attributes_updated) ggraph(g) + geom_edge_link() + g..."