Uses of Class
ubic.gemma.core.analysis.sequence.ProbeMapperConfig
Packages that use ProbeMapperConfig
Package
Description
-
Uses of ProbeMapperConfig in ubic.gemma.core.analysis.sequence
Methods in ubic.gemma.core.analysis.sequence with parameters of type ProbeMapperConfigModifier and TypeMethodDescriptionProbeMapper.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, ProbeMapperConfig config) 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 ProbeMapperConfig in ubic.gemma.core.goldenpath
Methods in ubic.gemma.core.goldenpath with parameters of type ProbeMapperConfigModifier 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 ProbeMapperConfig in ubic.gemma.core.loader.expression.arrayDesign
Methods in ubic.gemma.core.loader.expression.arrayDesign with parameters of type ProbeMapperConfigModifier and TypeMethodDescriptionvoidArrayDesignProbeMapperService.processArrayDesign(ArrayDesign arrayDesign, ProbeMapperConfig config, boolean useDB) voidArrayDesignProbeMapperServiceImpl.processArrayDesign(ArrayDesign arrayDesign, ProbeMapperConfig config, boolean useDB) ArrayDesignProbeMapperService.processCompositeSequence(ProbeMapperConfig config, Taxon taxon, GoldenPathSequenceAnalysis goldenPathDb, CompositeSequence compositeSequence) ArrayDesignProbeMapperServiceImpl.processCompositeSequence(ProbeMapperConfig config, Taxon taxon, GoldenPathSequenceAnalysis goldenPathDb, CompositeSequence compositeSequence)