Uses of Class
ubic.gemma.model.genome.sequenceAnalysis.BlatResult
Packages that use BlatResult
Package
Description
-
Uses of BlatResult in ubic.gemma.core.analysis.sequence
Methods in ubic.gemma.core.analysis.sequence that return types with arguments of type BlatResultModifier and TypeMethodDescriptionBlat.blatQuery(Collection<BioSequence> sequences, boolean sensitive, Taxon taxon) Blat.blatQuery(Collection<BioSequence> sequences, Taxon taxon) Blat.blatQuery(BioSequence b) Run a BLAT search using the gfClient.Blat.blatQuery(BioSequence b, Taxon taxon, boolean sensitive) Run a BLAT search using the gfClient.ShellDelegatingBlat.blatQuery(Collection<BioSequence> sequences, boolean sensitive, Taxon taxon) ShellDelegatingBlat.blatQuery(Collection<BioSequence> sequences, Taxon taxon) ShellDelegatingBlat.blatQuery(BioSequence b) ShellDelegatingBlat.blatQuery(BioSequence b, Taxon taxon, boolean sensitive) CompositeSequenceMapSummary.getBlatResults()ShellDelegatingBlat.processPsl(InputStream inputStream, Taxon taxon) Process the output of a BLAT search in psl format.Methods in ubic.gemma.core.analysis.sequence with parameters of type BlatResultModifier and TypeMethodDescriptionstatic StringBlatResult2Psl.blatResult2PslTrack(BlatResult blatResult) Creates text that can be displayed directly as a track in UCSC, using their hgTracks program.static IntegerProbeMapUtils.hashBlatResult(BlatResult br) Compute a hash for the result based only on the characteristics of the alignment (that is, not the Id)static DoubleBlatAssociationScorer.identity(BlatResult blatResult) Fraction identity computation, as in psl.c.static DoubleBlatAssociationScorer.score(BlatResult blatResult) Based on the JKSrc method in psl.c, but without double-penalizing for mismatches.Method parameters in ubic.gemma.core.analysis.sequence with type arguments of type BlatResultModifier and TypeMethodDescriptionProbeMapper.processBlatResults(GoldenPathSequenceAnalysis goldenPathDb, Collection<BlatResult> blatResults) Given some blat results (possibly for multiple sequences) determine which if any gene products they should be associatd with; if there are multiple results for a single sequence, these are further analyzed for specificity and redundancy, so that there is a single BlatAssociation between any sequence andy andy gene product.ProbeMapper.processBlatResults(GoldenPathSequenceAnalysis goldenPathDb, Collection<BlatResult> blatResults, ProbeMapperConfig config) Given some blat results (possibly for multiple sequences) determine which if any gene products they should be associated with; if there are multiple results for a single sequence, these are further analyzed for specificity and redundancy, so that there is a single BlatAssociation between any sequence andy andy gene product.ProbeMapperImpl.processBlatResults(GoldenPathSequenceAnalysis goldenPathDb, Collection<BlatResult> blatResults) ProbeMapperImpl.processBlatResults(GoldenPathSequenceAnalysis goldenPathDb, Collection<BlatResult> blatResults, ProbeMapperConfig config) static voidProbeMapUtils.removeDuplicates(Collection<BlatResult> blatResults) Prune a set of results that have the same coordinates and query.voidCompositeSequenceMapSummary.setBlatResults(Collection<BlatResult> blatResults) -
Uses of BlatResult in ubic.gemma.core.goldenpath
Methods in ubic.gemma.core.goldenpath that return types with arguments of type BlatResultModifier and TypeMethodDescriptionGoldenPathQuery.findAlignments(String accession) Locate the alignment for the given sequence, if it exists in the goldenpath database.GoldenPathSequenceAnalysis.findSequenceLocations(String identifier) Methods in ubic.gemma.core.goldenpath with parameters of type BlatResultModifier and TypeMethodDescriptionCollection<? extends BioSequence2GeneProduct> GoldenPathSequenceAnalysis.getThreePrimeDistances(BlatResult br, ThreePrimeDistanceMethod method) Given a physical location, find how close it is to the 3' end of a gene it is in, using default mapping settings. -
Uses of BlatResult in ubic.gemma.core.loader.expression.arrayDesign
Methods in ubic.gemma.core.loader.expression.arrayDesign that return types with arguments of type BlatResultModifier and TypeMethodDescriptionArrayDesignSequenceAlignmentService.processArrayDesign(ArrayDesign design) ArrayDesignSequenceAlignmentService.processArrayDesign(ArrayDesign ad, boolean sensitive) Run blat on all sequences on the array design.ArrayDesignSequenceAlignmentService.processArrayDesign(ArrayDesign ad, Blat blat) ArrayDesignSequenceAlignmentService.processArrayDesign(ArrayDesign ad, Taxon taxon, Collection<BlatResult> rawBlatResults) ArrayDesignSequenceAlignmentServiceImpl.processArrayDesign(ArrayDesign design) ArrayDesignSequenceAlignmentServiceImpl.processArrayDesign(ArrayDesign design, boolean sensitive) ArrayDesignSequenceAlignmentServiceImpl.processArrayDesign(ArrayDesign design, Blat blat) ArrayDesignSequenceAlignmentServiceImpl.processArrayDesign(ArrayDesign ad, Taxon taxon, Collection<BlatResult> rawBlatResults) Method parameters in ubic.gemma.core.loader.expression.arrayDesign with type arguments of type BlatResultModifier and TypeMethodDescriptionArrayDesignSequenceAlignmentService.processArrayDesign(ArrayDesign ad, Taxon taxon, Collection<BlatResult> rawBlatResults) ArrayDesignSequenceAlignmentServiceImpl.processArrayDesign(ArrayDesign ad, Taxon taxon, Collection<BlatResult> rawBlatResults) -
Uses of BlatResult in ubic.gemma.core.loader.genome
Methods in ubic.gemma.core.loader.genome that return BlatResultMethods in ubic.gemma.core.loader.genome that return types with arguments of type BlatResultMethods in ubic.gemma.core.loader.genome with parameters of type BlatResult -
Uses of BlatResult in ubic.gemma.model.genome.sequenceAnalysis
Methods in ubic.gemma.model.genome.sequenceAnalysis that return BlatResultModifier and TypeMethodDescriptionBlatAssociation.getBlatResult()static BlatResultBlatResult.Factory.newInstance()Methods in ubic.gemma.model.genome.sequenceAnalysis with parameters of type BlatResultConstructors in ubic.gemma.model.genome.sequenceAnalysis with parameters of type BlatResultModifierConstructorDescriptionBlatResultValueObject(BlatResult br, Double score, Double identity) -
Uses of BlatResult in ubic.gemma.persistence.service.expression.arrayDesign
Methods in ubic.gemma.persistence.service.expression.arrayDesign that return types with arguments of type BlatResultModifier and TypeMethodDescriptionArrayDesignService.getAlignments(ArrayDesign arrayDesign) Retrieves alignments for the platform elements, limited to those which map to a gene product (so not all blat results)ArrayDesignServiceImpl.getAlignments(ArrayDesign arrayDesign) ArrayDesignDao.loadAlignments(ArrayDesign arrayDesign) ArrayDesignDaoImpl.loadAlignments(ArrayDesign arrayDesign) -
Uses of BlatResult in ubic.gemma.persistence.service.genome.sequenceAnalysis
Methods in ubic.gemma.persistence.service.genome.sequenceAnalysis that return BlatResultModifier and TypeMethodDescriptionBlatResultDao.thaw(BlatResult blatResult) BlatResultDaoImpl.thaw(BlatResult blatResult) BlatResultService.thaw(BlatResult blatResult) BlatResultServiceImpl.thaw(BlatResult blatResult) Methods in ubic.gemma.persistence.service.genome.sequenceAnalysis that return types with arguments of type BlatResultModifier and TypeMethodDescriptionBlatResultDao.findByBioSequence(BioSequence bioSequence) Find BLAT results for the given sequenceBlatResultDaoImpl.findByBioSequence(BioSequence bioSequence) BlatResultService.findByBioSequence(BioSequence bioSequence) BlatResultServiceImpl.findByBioSequence(BioSequence bioSequence) BlatResultDao.thaw(Collection<BlatResult> blatResults) BlatResultDaoImpl.thaw(Collection<BlatResult> blatResults) BlatResultService.thaw(Collection<BlatResult> blatResults) BlatResultServiceImpl.thaw(Collection<BlatResult> blatResults) Methods in ubic.gemma.persistence.service.genome.sequenceAnalysis with parameters of type BlatResultModifier and TypeMethodDescriptionprotected BlatResultValueObjectBlatResultDaoImpl.doLoadValueObject(BlatResult entity) voidBlatResultService.remove(BlatResult blatResult) BlatResultDao.thaw(BlatResult blatResult) BlatResultDaoImpl.thaw(BlatResult blatResult) BlatResultService.thaw(BlatResult blatResult) BlatResultServiceImpl.thaw(BlatResult blatResult) voidBlatResultService.update(BlatResult blatResult) Method parameters in ubic.gemma.persistence.service.genome.sequenceAnalysis with type arguments of type BlatResultModifier and TypeMethodDescriptionBlatResultDao.thaw(Collection<BlatResult> blatResults) BlatResultDaoImpl.thaw(Collection<BlatResult> blatResults) BlatResultService.thaw(Collection<BlatResult> blatResults) BlatResultServiceImpl.thaw(Collection<BlatResult> blatResults)