Class SVDResult
java.lang.Object
ubic.gemma.core.analysis.preprocess.svd.SVDResult
- All Implemented Interfaces:
Serializable
Store information about SVD of expression data and comparisons to factors/batch information.
- Author:
- paul
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAssays used in the SVD analysis.Biomaterials used in the SVD analysis.Map of component to correlation that component with "batch/scan date"P-values associated to the "batch/scan date" component.getDates()Date associated to thebioMaterials.Experiment or subset this is for.Map of component to a map of ExperimentalFactor IDs to correlations of that factor with the component.Map of component to map of ExperimentalFactor IDs to P-values for the association of that factor with the component.Map of factors to the double-ized representations of them.double[]An array of values representing the fraction of the variance each component accounts forRow names: biomaterials; column names: eigengene number (from 0)inthashCode()toString()
-
Constructor Details
-
SVDResult
-
-
Method Details
-
getExperimentAnalyzed
Experiment or subset this is for. -
getBioAssays
Assays used in the SVD analysis.In order like the rows of the V matrix.
-
getBioMaterials
Biomaterials used in the SVD analysis.In order like the rows of the V matrix.
-
getVariances
public double[] getVariances()An array of values representing the fraction of the variance each component accounts for -
getVMatrix
Row names: biomaterials; column names: eigengene number (from 0) -
getDates
Date associated to thebioMaterials.Missing values are encoded as
null. -
getDateCorrelations
Map of component to correlation that component with "batch/scan date"- See Also:
-
getDatePVals
P-values associated to the "batch/scan date" component.- See Also:
-
getFactors
Map of factors to the double-ized representations of them. -
getFactorCorrelations
Map of component to a map of ExperimentalFactor IDs to correlations of that factor with the component. -
getFactorPVals
Map of component to map of ExperimentalFactor IDs to P-values for the association of that factor with the component.Need to store the correlations of eigengenes with dates of assays, and also with factors. Statistics are rank-based correlations
-
equals
-
hashCode
public int hashCode() -
toString
-