Uses of Class
ubic.gemma.model.genome.sequenceAnalysis.BlatResultValueObject
Packages that use BlatResultValueObject
Package
Description
-
Uses of BlatResultValueObject in ubic.gemma.core.analysis.sequence
Methods in ubic.gemma.core.analysis.sequence with parameters of type BlatResultValueObjectModifier and TypeMethodDescriptionstatic IntegerProbeMapUtils.hashBlatResult(BlatResultValueObject br) Compute a hash for the result based only on the characteristics of the alignment (that is, not the Id) -
Uses of BlatResultValueObject in ubic.gemma.model.analysis.sequence
Methods in ubic.gemma.model.analysis.sequence that return BlatResultValueObjectModifier and TypeMethodDescriptionGeneMappingSummary.getBlatResult()GeneMappingSummaryValueObject.getBlatResult()The alignment this mapping rests on, carrying the scores (identity,score), the genomic coordinates, and the probe's biological sequence underquerySequence.Methods in ubic.gemma.model.analysis.sequence with parameters of type BlatResultValueObjectModifier and TypeMethodDescriptionvoidGeneMappingSummary.setBlatResult(BlatResultValueObject blatResult2) voidGeneMappingSummaryValueObject.setBlatResult(BlatResultValueObject blatResult) The alignment this mapping rests on, carrying the scores (identity,score), the genomic coordinates, and the probe's biological sequence underquerySequence.Constructors in ubic.gemma.model.analysis.sequence with parameters of type BlatResultValueObjectModifierConstructorDescriptionGeneMappingSummaryValueObject(BlatResultValueObject blatResult, List<GeneReferenceValueObject> genes) -
Uses of BlatResultValueObject in ubic.gemma.persistence.service.genome.sequenceAnalysis
Subclasses with type arguments of type BlatResultValueObject in ubic.gemma.persistence.service.genome.sequenceAnalysisModifier and TypeClassDescriptionclassBase Spring DAO Class: is able to create, update, remove, load, and find objects of typeubic.gemma.model.genome.sequenceAnalysis.BlatResult.classSpring Service base class forBlatResultService, provides access to all services and entities referenced by this service.Subinterfaces with type arguments of type BlatResultValueObject in ubic.gemma.persistence.service.genome.sequenceAnalysisMethods in ubic.gemma.persistence.service.genome.sequenceAnalysis that return BlatResultValueObjectModifier and TypeMethodDescriptionprotected BlatResultValueObjectBlatResultDaoImpl.doLoadValueObject(BlatResult entity)