IgraphIntro Answers v1: 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 14:5814:58, 5 March 2024WikiSysop talk contribs 5,947 bytes +5,947 Created page with "= Aswers: " Cytoscape and network intro exercise" = '''Answers by:''' Lars Rønn Olsen and Rasmus Wernersson = Item #1: Loading network as an igraph object = <pre style="overflow:auto;"> library(igraph) df <- data.frame(from = c("alpha", "alpha", "beta"), to = c("alpha", "beta", "beta")) g <- graph_from_data_frame(df, directed = FALSE) </pre> = Item #2: Node attributes and visualization = <pre style="overflow:auto;"> poldelta_graph <- data.frame(from = c("DPOD1_HUMAN"..."