Uses of Class
ubic.gemma.model.genome.sequenceAnalysis.BlatAssociation
Packages that use BlatAssociation
Package
Description
-
Uses of BlatAssociation in ubic.gemma.core.analysis.sequence
Methods in ubic.gemma.core.analysis.sequence that return BlatAssociationModifier and TypeMethodDescriptionstatic BlatAssociation
BlatAssociationScorer.scoreResults
(Collection<BlatAssociation> blatAssociations) From a collection of BlatAssociations from a single BioSequence, reduce redundancy, fill in the specificity and score and pick the one with the best scoring statistics.Methods in ubic.gemma.core.analysis.sequence that return types with arguments of type BlatAssociationModifier 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) ProbeMapper.processGbId
(GoldenPathSequenceAnalysis goldenPathDb, String genbankId) Given a genbank accession (for a mRNA or EST), find alignment data from GoldenPath.ProbeMapperImpl.processGbId
(GoldenPathSequenceAnalysis goldenPathDb, String genbankId) ProbeMapper.processGbIds
(GoldenPathSequenceAnalysis goldenPathDb, Collection<String[]> genbankIds) ProbeMapperImpl.processGbIds
(GoldenPathSequenceAnalysis goldenPathDb, Collection<String[]> genbankIds) ProbeMapper.processSequence
(GoldenPathSequenceAnalysis goldenPath, BioSequence sequence) Get BlatAssociation results for a single sequence.ProbeMapperImpl.processSequence
(GoldenPathSequenceAnalysis goldenPath, BioSequence sequence) ProbeMapper.processSequences
(GoldenPathSequenceAnalysis goldenpath, Collection<BioSequence> sequences, ProbeMapperConfig config) Given a collection of sequences, blat them against the selected genome.ProbeMapperImpl.processSequences
(GoldenPathSequenceAnalysis goldenpath, Collection<BioSequence> sequences, ProbeMapperConfig config) Methods in ubic.gemma.core.analysis.sequence with parameters of type BlatAssociationModifier and TypeMethodDescriptionstatic double
BlatAssociationScorer.computeOverlapFraction
(BlatAssociation blatAssociation) Compute how much the BLAT alignment with the target gene product is as a fraction of the query sequence length.Method parameters in ubic.gemma.core.analysis.sequence with type arguments of type BlatAssociationModifier and TypeMethodDescriptionstatic BlatAssociation
BlatAssociationScorer.scoreResults
(Collection<BlatAssociation> blatAssociations) From a collection of BlatAssociations from a single BioSequence, reduce redundancy, fill in the specificity and score and pick the one with the best scoring statistics. -
Uses of BlatAssociation in ubic.gemma.core.goldenpath
Methods in ubic.gemma.core.goldenpath that return types with arguments of type BlatAssociationModifier and TypeMethodDescriptionGoldenPathSequenceAnalysis.findAssociations
(String chromosome, Long queryStart, Long queryEnd, String starts, String sizes, String strand, ThreePrimeDistanceMethod method, ProbeMapperConfig config) Given a physical location, identify overlapping genes or predicted genes. -
Uses of BlatAssociation in ubic.gemma.core.loader.expression.arrayDesign
Methods in ubic.gemma.core.loader.expression.arrayDesign that return types with arguments of type BlatAssociationModifier and TypeMethodDescriptionArrayDesignProbeMapperService.processCompositeSequence
(ProbeMapperConfig config, Taxon taxon, GoldenPathSequenceAnalysis goldenPathDb, CompositeSequence compositeSequence) ArrayDesignProbeMapperServiceImpl.processCompositeSequence
(ProbeMapperConfig config, Taxon taxon, GoldenPathSequenceAnalysis goldenPathDb, CompositeSequence compositeSequence) Method parameters in ubic.gemma.core.loader.expression.arrayDesign with type arguments of type BlatAssociationModifier and TypeMethodDescriptionvoid
ArrayDesignProbeMapperService.printResult
(CompositeSequence compositeSequence, Collection<BlatAssociation> col) Print results to STDOUTvoid
ArrayDesignProbeMapperServiceImpl.printResult
(CompositeSequence compositeSequence, Collection<BlatAssociation> col) -
Uses of BlatAssociation in ubic.gemma.model.genome.sequenceAnalysis
Methods in ubic.gemma.model.genome.sequenceAnalysis that return BlatAssociation -
Uses of BlatAssociation in ubic.gemma.persistence.service.genome.sequenceAnalysis
Methods in ubic.gemma.persistence.service.genome.sequenceAnalysis that return BlatAssociationMethods in ubic.gemma.persistence.service.genome.sequenceAnalysis that return types with arguments of type BlatAssociationModifier and TypeMethodDescriptionBlatAssociationDao.find
(Collection<GeneProduct> toRemove) BlatAssociationDao.find
(BioSequence bioSequence) BlatAssociationDaoImpl.find
(Collection<GeneProduct> gps) BlatAssociationDaoImpl.find
(BioSequence bioSequence) BlatAssociationService.find
(BioSequence bioSequence) BlatAssociationServiceImpl.find
(BioSequence bioSequence) BlatAssociationService.findAndThaw
(BioSequence bioSequence) BlatAssociationServiceImpl.findAndThaw
(BioSequence bioSequence) Methods in ubic.gemma.persistence.service.genome.sequenceAnalysis with parameters of type BlatAssociationModifier and TypeMethodDescriptionBlatAssociationService.create
(BlatAssociation blatAssociation) void
BlatAssociationService.remove
(BlatAssociation blatAssociation) void
BlatAssociationDao.thaw
(BlatAssociation blatAssociation) void
BlatAssociationDaoImpl.thaw
(BlatAssociation blatAssociation) Method parameters in ubic.gemma.persistence.service.genome.sequenceAnalysis with type arguments of type BlatAssociationModifier and TypeMethodDescriptionvoid
BlatAssociationDao.thaw
(Collection<BlatAssociation> blatAssociations) void
BlatAssociationDaoImpl.thaw
(Collection<BlatAssociation> blatAssociations)