Class SampleCoexpressionAnalysis

    • Method Detail

      • getFullCoexpressionMatrix

        public SampleCoexpressionMatrix getFullCoexpressionMatrix()
        Note that since you get a full square matrix, all correlations are represented twice, and values on the main diagonal will always be 1.
        Returns:
        a coexpression matrix with all factors (none regressed out), and including outliers.
      • setFullCoexpressionMatrix

        public void setFullCoexpressionMatrix​(SampleCoexpressionMatrix rawFullCoexpressionMatrix)
      • getRegressedCoexpressionMatrix

        @Nullable
        public SampleCoexpressionMatrix getRegressedCoexpressionMatrix()
        Note that since you get a full square matrix, all correlations are represented twice, and values on the main diagonal will always be 1.
        Returns:
        a coexpression matrix with regressed out major factors.