Class DifferentialExpressionGenesConditionsValueObject
java.lang.Object
ubic.gemma.core.tasks.visualization.DifferentialExpressionGenesConditionsValueObject
- All Implemented Interfaces:
Serializable
public class DifferentialExpressionGenesConditionsValueObject
extends Object
implements Serializable
Represents a complete set of data for a differential expression query over a set of genes x conditions (resultSets x
contrasts).
- Author:
- anton
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclassRepresents one column in the differential expression view; one contrast in a resultset in an experiment.class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBlackCell(Long geneId, String conditionId, double correctedPValue, double pValue, int numProbes, int numProbesDiffExpressed) voidaddCell(Long geneId, String conditionId, Double correctedPValue, Double foldChange, Integer numProbes, Integer numProbesDiffExpressed, Double uncorrectedPvalue) voidInitialize the column of cells for the given Condition, treating them as missing values.voidstatic StringconstructConditionId(long resultSetId, long factorValueId) getGenes()voidsetAsNonSignficant(Long geneId, Long resultSetId) Mark data as available, but not significant (so details will be missing).toString()
-
Constructor Details
-
DifferentialExpressionGenesConditionsValueObject
public DifferentialExpressionGenesConditionsValueObject()
-
-
Method Details
-
constructConditionId
-
addBlackCell
-
addCell
-
addCondition
Initialize the column of cells for the given Condition, treating them as missing values.- Parameters:
condition- condition
-
addGene
-
getCellData
- Returns:
- Map of Condition IDs to map of Genes to the Cell holding the information for the results for that Gene x Condition combination.
-
setAsNonSignficant
Mark data as available, but not significant (so details will be missing). This is only used if we are not storing all the results. See bug 3365 for discussion.- Parameters:
geneId- gene idresultSetId- result set id
-
getConditions
-
getGenes
-
toString
-