Uses of Enum
ubic.gemma.model.genome.sequenceAnalysis.ThreePrimeDistanceMethod
Packages that use ThreePrimeDistanceMethod
Package
Description
-
Uses of ThreePrimeDistanceMethod in ubic.gemma.core.goldenpath
Methods in ubic.gemma.core.goldenpath with parameters of type ThreePrimeDistanceMethodModifier 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.GoldenPathSequenceAnalysis.getThreePrimeDistances(String identifier, ThreePrimeDistanceMethod method) Uses default mapping settingsCollection<? 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 ThreePrimeDistanceMethod in ubic.gemma.model.association
Methods in ubic.gemma.model.association that return ThreePrimeDistanceMethodModifier and TypeMethodDescriptionBioSequence2GeneProduct.getThreePrimeDistanceMeasurementMethod()Methods in ubic.gemma.model.association with parameters of type ThreePrimeDistanceMethodModifier and TypeMethodDescriptionvoidBioSequence2GeneProduct.setThreePrimeDistanceMeasurementMethod(ThreePrimeDistanceMethod threePrimeDistanceMeasurementMethod) -
Uses of ThreePrimeDistanceMethod in ubic.gemma.model.genome.sequenceAnalysis
Methods in ubic.gemma.model.genome.sequenceAnalysis that return ThreePrimeDistanceMethodModifier and TypeMethodDescriptionstatic ThreePrimeDistanceMethodReturns the enum constant of this type with the specified name.static ThreePrimeDistanceMethod[]ThreePrimeDistanceMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.