Class ExpressionDataDoubleMatrixTest

    • Constructor Detail

      • ExpressionDataDoubleMatrixTest

        public ExpressionDataDoubleMatrixTest()
    • Method Detail

      • tearDown

        public void tearDown()
      • testConstructExpressionDataDoubleMatrix

        public void testConstructExpressionDataDoubleMatrix()
        Tests the construction of an ExpressionDataDoubleMatrix
      • testConstructExpressionDataDoubleMatrixWithGeoValues

        public void testConstructExpressionDataDoubleMatrixWithGeoValues()
        This is a self-contained test. That is, it does not depend on the setup in onSetUpInTransaction}. It tests creating an ExpressionDataDoubleMatrix using real values from the Gene Expression Omnibus (GEO). That is, we have obtained information from GSE994. The probe sets used are 218120_s_at and 121_at, and the samples used are GSM15697 and GSM15744. Specifically, we the Gemma objects that correspond to the GEO objects are: DesignElement 1 = 218120_s_at, DesignElement 2 = 121_at BioAssay 1 = "Current Smoker 73", BioAssay 2 = "Former Smoker 34" BioMaterial 1 = "GSM15697", BioMaterial 2 = "GSM15744" BioAssayDimension = "GSM15697, GSM15744" (the names of all the biomaterials).
      • testMatrixConversion

        public void testMatrixConversion()
                                  throws Exception
        Throws:
        Exception