Class BlatAssociation
- java.lang.Object
- 
- ubic.gemma.model.association.BioSequence2GeneProduct
- 
- ubic.gemma.model.genome.sequenceAnalysis.BlatAssociation
 
 
- 
- All Implemented Interfaces:
- Serializable,- Identifiable
 
 public class BlatAssociation extends BioSequence2GeneProduct - See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classBlatAssociation.Factory
 - 
Constructor SummaryConstructors Constructor Description BlatAssociation()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BlatResultgetBlatResult()voidsetBlatResult(BlatResult blatResult)StringtoString()- 
Methods inherited from class ubic.gemma.model.association.BioSequence2GeneProductgetBioSequence, getGeneProduct, getId, getOverlap, getScore, getSourceAnalysis, getSpecificity, getThreePrimeDistance, getThreePrimeDistanceMeasurementMethod, setBioSequence, setGeneProduct, setId, setOverlap, setScore, setSourceAnalysis, setSpecificity, setThreePrimeDistance, setThreePrimeDistanceMeasurementMethod
 
- 
 
- 
- 
- 
Method Detail- 
getBlatResultpublic BlatResult getBlatResult() 
 - 
setBlatResultpublic void setBlatResult(BlatResult blatResult) 
 
- 
 
-