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
Represents the result of a BLAT search. The column names follow the convention of Kent et al.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanImportant note: Two objects with the same class and non-null ID must be considered equal.getNs()inthashCode()Important note: Never use the ID in the hashCode() implementation since it can be assigned when the object is persisted.voidsetBlockCount(Integer blockCount) voidsetBlockSizes(String blockSizes) voidsetMatches(Integer matches) voidsetMismatches(Integer mismatches) voidvoidsetQueryEnd(Integer queryEnd) voidsetQueryGapBases(Integer queryGapBases) voidsetQueryGapCount(Integer queryGapCount) voidsetQueryStart(Integer queryStart) voidsetQueryStarts(String queryStarts) voidsetRepMatches(Integer repMatches) voidvoidsetTargetEnd(Long targetEnd) voidsetTargetGapBases(Integer targetGapBases) voidsetTargetGapCount(Integer targetGapCount) voidsetTargetStart(Long targetStart) voidsetTargetStarts(String targetStarts) toString()Methods inherited from class ubic.gemma.model.genome.sequenceAnalysis.SequenceSimilaritySearchResult
getQuerySequence, getSearchedDatabase, getTargetAlignedRegion, getTargetChromosome, getTargetSequence, setQuerySequence, setSearchedDatabase, setTargetAlignedRegion, setTargetChromosome, setTargetSequenceMethods inherited from class ubic.gemma.model.common.AbstractIdentifiable
getId, setId
-
Constructor Details
-
BlatResult
public BlatResult()
-
-
Method Details
-
toString
- Overrides:
toStringin classAbstractIdentifiable
-
getBlockCount
-
getBlockSizes
-
getMatches
-
getMismatches
-
getNs
-
getQueryEnd
-
getQueryGapBases
-
getQueryGapCount
-
getQueryStart
-
getQueryStarts
-
getRepMatches
-
getStrand
-
getTargetEnd
-
getTargetGapBases
-
getTargetGapCount
-
getTargetStart
-
getTargetStarts
-
setBlockCount
-
setBlockSizes
-
setMatches
-
setMismatches
-
setNs
-
setQueryEnd
-
setQueryGapBases
-
setQueryGapCount
-
setQueryStart
-
setQueryStarts
-
setRepMatches
-
setStrand
-
setTargetEnd
-
setTargetGapBases
-
setTargetGapCount
-
setTargetStart
-
setTargetStarts
-
equals
Description copied from class:AbstractIdentifiableImportant note: Two objects with the same class and non-null ID must be considered equal. If one or both IDs are nulls, the rest of the state can be used to determine equality.- Overrides:
equalsin classSequenceSimilaritySearchResult- Returns:
trueif the argument is an SequenceSimilaritySearchResult instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
canEqual
-
hashCode
public int hashCode()Description copied from class:AbstractIdentifiableImportant note: Never use the ID in the hashCode() implementation since it can be assigned when the object is persisted.- Overrides:
hashCodein classSequenceSimilaritySearchResult- Returns:
- a hash code based on this entity's identifiers.
-