Class DesignMatrixRowValueObject.Factory

    • Constructor Detail

      • Factory

        public Factory()
    • Method Detail

      • getDesignMatrix

        public static Collection<DesignMatrixRowValueObject> getDesignMatrix​(ExpressionExperiment expressionExperiment,
                                                                             boolean removeBatchFactor,
                                                                             boolean removeContinuous)
        Parameters:
        expressionExperiment - ee
        removeBatchFactor - if true, any factor(s) that look like "batch information" will be ignored.
        removeContinuous - if true, any factor(s) that are continuous will be ignored. If you don't set this to true, you will get a row for each assay.
        Returns:
        collection