Class DiffExTest

All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class DiffExTest extends AbstractGeoServiceTest
Tests added to check various cases of differential expression analysis.
Author:
Paul
  • Field Details

  • Constructor Details

    • DiffExTest

      public DiffExTest()
  • Method Details

    • tearDown

      public void tearDown()
    • testCountData

      @NetworkAvailable(url="https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi") public void testCountData() throws Exception
      Test differential expression analysis on RNA-seq data. See bug 3383. R code in voomtest.R
      Throws:
      Exception
    • testGSE35930

      @NetworkAvailable(url="https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi") public void testGSE35930() throws Exception
      Test where probes have constant values. See bug 3177.
      Throws:
      Exception