DiscoNet2 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 17:0917:09, 5 March 2024WikiSysop talk contribs 11,835 bytes +11,835 Created page with "= Multiomics data integration exercise - Answers = '''Answers written by:''' Lars Rønn Olsen First, load the data for today's exercise: <pre> load("/home/projects/22140/exercise10.Rdata") </pre> Then, randomly pick a patient number. Let's use R to make sure it is random: <pre> sample(1:10, 1) </pre> For that patient calculate the log2 fold change of gene expression in cancer vs normal log2(cancer expression / normal expression). Consider genes with a log2 fold chan..."