Class GeneMappingSummary
- java.lang.Object
-
- ubic.gemma.core.analysis.sequence.GeneMappingSummary
-
- All Implemented Interfaces:
Serializable
public class GeneMappingSummary extends Object implements Serializable
This is a convenience value object to hold a BlatResult and its associated gene products and genes.- Author:
- jsantos, paul
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeneMappingSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddGene(GeneProductValueObject geneProduct, GeneValueObject gene)BlatResultValueObjectgetBlatResult()StringgetBlatResultId()CompositeSequenceValueObjectgetCompositeSequence()GeneValueObjectgetGene(GeneProductValueObject geneProduct)Map<String,GeneValueObject>getGeneProductIdGeneMap()Map<String,GeneProductValueObject>getGeneProductIdMap()Map<GeneProductValueObject,GeneValueObject>getGeneProductMap()Collection<GeneProductValueObject>getGeneProducts()doublegetIdentity()doublegetScore()voidsetBlatResult(BlatResultValueObject blatResult2)voidsetCompositeSequence(CompositeSequenceValueObject compositeSequence)voidsetGeneProductMap(Map<GeneProductValueObject,GeneValueObject> geneProductMap)
-
-
-
Method Detail
-
getBlatResult
public BlatResultValueObject getBlatResult()
- Returns:
- the blatResult
-
setBlatResult
public void setBlatResult(BlatResultValueObject blatResult2)
- Parameters:
blatResult2- the blatResult to set
-
getGeneProductMap
public Map<GeneProductValueObject,GeneValueObject> getGeneProductMap()
- Returns:
- the geneProductMap
-
setGeneProductMap
public void setGeneProductMap(Map<GeneProductValueObject,GeneValueObject> geneProductMap)
- Parameters:
geneProductMap- the geneProductMap to set
-
getGeneProducts
public Collection<GeneProductValueObject> getGeneProducts()
-
getGene
public GeneValueObject getGene(GeneProductValueObject geneProduct)
-
addGene
public void addGene(GeneProductValueObject geneProduct, GeneValueObject gene)
-
getGeneProductIdGeneMap
public Map<String,GeneValueObject> getGeneProductIdGeneMap()
-
getGeneProductIdMap
public Map<String,GeneProductValueObject> getGeneProductIdMap()
-
getIdentity
public double getIdentity()
-
getScore
public double getScore()
-
getBlatResultId
public String getBlatResultId()
-
getCompositeSequence
public CompositeSequenceValueObject getCompositeSequence()
-
setCompositeSequence
public void setCompositeSequence(CompositeSequenceValueObject compositeSequence)
-
-