Class BlatResult
- java.lang.Object
-
- ubic.gemma.model.common.AbstractIdentifiable
-
- ubic.gemma.model.genome.sequenceAnalysis.SequenceSimilaritySearchResult
-
- ubic.gemma.model.genome.sequenceAnalysis.BlatResult
-
- All Implemented Interfaces:
Identifiable
public class BlatResult extends SequenceSimilaritySearchResult
Represents the result of a BLAT search. The column names follow the convention of Kent et al.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BlatResult.Factory
-
Constructor Summary
Constructors Constructor Description BlatResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class ubic.gemma.model.genome.sequenceAnalysis.SequenceSimilaritySearchResult
equals, getQuerySequence, getSearchedDatabase, getTargetAlignedRegion, getTargetChromosome, getTargetSequence, hashCode, setQuerySequence, setSearchedDatabase, setTargetAlignedRegion, setTargetChromosome, setTargetSequence
-
Methods inherited from class ubic.gemma.model.common.AbstractIdentifiable
getId, setId
-
-
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toString
in classAbstractIdentifiable
-
-