Uses of Class
ubic.gemma.core.goldenpath.GoldenPathSequenceAnalysis
Packages that use GoldenPathSequenceAnalysis
-
Uses of GoldenPathSequenceAnalysis in ubic.gemma.core.analysis.sequence
Methods in ubic.gemma.core.analysis.sequence with parameters of type GoldenPathSequenceAnalysisModifier 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) -
Uses of GoldenPathSequenceAnalysis in ubic.gemma.core.loader.expression.arrayDesign
Methods in ubic.gemma.core.loader.expression.arrayDesign with parameters of type GoldenPathSequenceAnalysisModifier and TypeMethodDescriptionArrayDesignProbeMapperService.processCompositeSequence(ProbeMapperConfig config, Taxon taxon, GoldenPathSequenceAnalysis goldenPathDb, CompositeSequence compositeSequence) ArrayDesignProbeMapperServiceImpl.processCompositeSequence(ProbeMapperConfig config, Taxon taxon, GoldenPathSequenceAnalysis goldenPathDb, CompositeSequence compositeSequence)