Class GeneMappingSummary
java.lang.Object
ubic.gemma.model.analysis.sequence.GeneMappingSummary
- All Implemented Interfaces:
Serializable
This is a convenience value object to hold a BlatResult and its associated gene products and genes.
- Author:
- jsantos, paul
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddGene(GeneProductValueObject geneProduct, GeneValueObject gene) getGene(GeneProductValueObject geneProduct) doubledoublegetScore()voidsetBlatResult(BlatResultValueObject blatResult2) voidsetCompositeSequence(CompositeSequenceValueObject compositeSequence) voidsetGeneProductMap(Map<GeneProductValueObject, GeneValueObject> geneProductMap)
-
Constructor Details
-
GeneMappingSummary
public GeneMappingSummary()
-
-
Method Details
-
getBlatResult
- Returns:
- the blatResult
-
setBlatResult
- Parameters:
blatResult2- the blatResult to set
-
getGeneProductMap
- Returns:
- the geneProductMap
-
setGeneProductMap
- Parameters:
geneProductMap- the geneProductMap to set
-
getGeneProducts
-
getGene
-
addGene
-
getGeneProductIdGeneMap
-
getGeneProductIdMap
-
getIdentity
public double getIdentity() -
getScore
public double getScore() -
getBlatResultId
-
getCompositeSequence
-
setCompositeSequence
-