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 Summary
Nested Classes Modifier and Type Class Description static class
BlatAssociation.Factory
-
Constructor Summary
Constructors Constructor Description BlatAssociation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlatResult
getBlatResult()
void
setBlatResult(BlatResult blatResult)
String
toString()
-
Methods inherited from class ubic.gemma.model.association.BioSequence2GeneProduct
getBioSequence, getGeneProduct, getId, getOverlap, getScore, getSourceAnalysis, getSpecificity, getThreePrimeDistance, getThreePrimeDistanceMeasurementMethod, setBioSequence, setGeneProduct, setId, setOverlap, setScore, setSourceAnalysis, setSpecificity, setThreePrimeDistance, setThreePrimeDistanceMeasurementMethod
-
-
-
-
Method Detail
-
getBlatResult
public BlatResult getBlatResult()
-
setBlatResult
public void setBlatResult(BlatResult blatResult)
-
-