Package ubic.gemma.core.analysis.preprocess.svd


package ubic.gemma.core.analysis.preprocess.svd
  • Class
    Description
    Perform SVD on an expression data matrix, E = U S V'.
    Exception raised when the SVD of a given expression data matrix cannot be computed.
    Store information about SVD of expression data and comparisons to factors/batch information.
    Performs Singular value decomposition on experiment data to get eigengenes, and does comparison of those PCs to factors recorded in the experimental design.
    Perform SVD on expression data and store the results.