Class ExperimentExpressionLevelsValueObject.GeneElementExpressionsValueObject
java.lang.Object
ubic.gemma.model.expression.bioAssayData.ExperimentExpressionLevelsValueObject.GeneElementExpressionsValueObject
- All Implemented Interfaces:
Serializable
- Enclosing class:
ExperimentExpressionLevelsValueObject
public static class ExperimentExpressionLevelsValueObject.GeneElementExpressionsValueObject
extends Object
implements Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGeneElementExpressionsValueObject(String geneOfficialSymbol, Integer geneNcbiId, List<DoubleVectorValueObject> vectors, boolean keepGeneNonSpecific, String mode) GeneElementExpressionsValueObject(String geneOfficialSymbol, String geneOfficialName, Integer geneNcbiId, String geneEnsemblId, Double correctedPvalue, Double pvalue, Double log2FoldChange, List<DoubleVectorValueObject> vectors, boolean keepGeneNonSpecific, String mode) -
Method Summary
Modifier and TypeMethodDescriptionFDR-corrected p-value for the contrast represented by the result-set used to populate this VO.Log2 fold change for the primary contrast of the represented result-set.Uncorrected p-value for the contrast represented by the result-set used to populate this VO.
-
Constructor Details
-
GeneElementExpressionsValueObject
public GeneElementExpressionsValueObject() -
GeneElementExpressionsValueObject
public GeneElementExpressionsValueObject(String geneOfficialSymbol, Integer geneNcbiId, List<DoubleVectorValueObject> vectors, boolean keepGeneNonSpecific, @Nullable String mode) -
GeneElementExpressionsValueObject
public GeneElementExpressionsValueObject(String geneOfficialSymbol, @Nullable String geneOfficialName, Integer geneNcbiId, @Nullable String geneEnsemblId, @Nullable Double correctedPvalue, @Nullable Double pvalue, @Nullable Double log2FoldChange, List<DoubleVectorValueObject> vectors, boolean keepGeneNonSpecific, @Nullable String mode)
-
-
Method Details
-
getVectors
-
getGeneOfficialSymbol
-
getGeneOfficialName
-
getGeneNcbiId
-
getGeneEnsemblId
-
getCorrectedPvalue
FDR-corrected p-value for the contrast represented by the result-set used to populate this VO. Only set for the/datasets/{id}/expressions/differentialendpoint; null otherwise. -
getPvalue
Uncorrected p-value for the contrast represented by the result-set used to populate this VO. Only set for the/datasets/{id}/expressions/differentialendpoint; null otherwise. -
getLog2FoldChange
Log2 fold change for the primary contrast of the represented result-set. For multi-contrast result sets the producer picks the contrast on the gene's most-significant row (smallest corrected p-value). Only set for the/datasets/{id}/expressions/differentialendpoint; null otherwise.
-