Class SampleCoexpressionAnalysis

  • All Implemented Interfaces:
    gemma.gsec.model.Securable, gemma.gsec.model.SecuredChild, Serializable, Describable, Identifiable

    public class SampleCoexpressionAnalysis
    extends SingleExperimentAnalysis
    The 'analysis' in the name is a bit of a stretch here, as this object servers purely as an aggregator of all the sample coexpression matrices.
    See Also:
    Serialized Form
    • 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.