NOISeq

User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
downloads [2015/05/28 16:47]
sotacam
downloads [2015/06/02 15:48]
sotacam [Differential expression on simulated data]
Line 10: Line 10:
  
  
-====== Data used to test the tools included in R NOISeq package ======+====== Data used to test the R NOISeq package ======
  
 ===== ENCODE data ===== ===== ENCODE data =====
Line 38: Line 38:
 version 0.5.3p3. version 0.5.3p3.
  
 +{{:​prostatecancercountdata.txt.zip|Prostate Cancer count matrix}}
  
 +
 +
 +====== R code used to test the NOISeqBIO method ======
 +
 +===== Simulation algorithm =====
 +
 +R scripts for simulating RNA-seq count data for two experimental conditions:
 +
 +{{:​simulation_high.r|Simulation of HIGH variability scenarios}}
 +
 +{{:​simulation_low.r|Simulation of LOW variability scenarios}}
 +
 +
 +===== Differential expression on simulated data =====
 +
 +These scripts show how the differential expression methods were applied on simulated data sets:
 +
 +{{:​methodsonsimulations.r|DE methods on simulations}}
 +
 +{{:​globalsimulationsanalysis.r|Analysis of DE results}}