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
  • 17:09, 5 March 2024 WikiSysop talk contribs created page DiscoNet2 answers (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...")