Uses of Class
ubic.gemma.model.genome.PhysicalLocation
Packages that use PhysicalLocation
Package
Description
-
Uses of PhysicalLocation in ubic.gemma.core.analysis.sequence
Methods in ubic.gemma.core.analysis.sequence with parameters of type PhysicalLocationModifier and TypeMethodDescriptionstatic intSequenceManipulation.computeOverlap(PhysicalLocation a, PhysicalLocation b) Compute the overlap between two physical locations. -
Uses of PhysicalLocation in ubic.gemma.model.genome
Methods in ubic.gemma.model.genome that return PhysicalLocationModifier and TypeMethodDescriptionChromosomeFeature.getPhysicalLocation()static PhysicalLocationPhysicalLocation.Factory.newInstance()static PhysicalLocationPhysicalLocation.Factory.newInstance(Chromosome chromosome) static PhysicalLocationPhysicalLocation.Factory.newInstance(Chromosome chromosome, Long nucleotide, Integer nucleotideLength, String strand, Integer bin) Methods in ubic.gemma.model.genome with parameters of type PhysicalLocationModifier and TypeMethodDescriptionvoidChromosomeFeature.setPhysicalLocation(PhysicalLocation physicalLocation) Constructors in ubic.gemma.model.genome with parameters of type PhysicalLocation -
Uses of PhysicalLocation in ubic.gemma.model.genome.gene
Methods in ubic.gemma.model.genome.gene that return types with arguments of type PhysicalLocationModifier and TypeMethodDescriptionGeneProduct.getExons()Only used for transient instances in sequence analysis, we do not store exon locations in the database.Method parameters in ubic.gemma.model.genome.gene with type arguments of type PhysicalLocationModifier and TypeMethodDescriptionvoidGeneProduct.setExons(Set<PhysicalLocation> exons) Only used for transient instances, we do not store exon locations in the database. -
Uses of PhysicalLocation in ubic.gemma.model.genome.sequenceAnalysis
Methods in ubic.gemma.model.genome.sequenceAnalysis that return PhysicalLocationMethods in ubic.gemma.model.genome.sequenceAnalysis with parameters of type PhysicalLocationModifier and TypeMethodDescriptionvoidSequenceSimilaritySearchResult.setTargetAlignedRegion(PhysicalLocation targetAlignedRegion) -
Uses of PhysicalLocation in ubic.gemma.persistence.service.genome
Methods in ubic.gemma.persistence.service.genome with parameters of type PhysicalLocationModifier and TypeMethodDescriptionGeneDao.find(PhysicalLocation physicalLocation) Find all genes at a physical location.GeneDaoImpl.find(PhysicalLocation physicalLocation) GeneDao.findByPhysicalLocation(PhysicalLocation location) Deprecated.GeneDaoImpl.findByPhysicalLocation(PhysicalLocation location) -
Uses of PhysicalLocation in ubic.gemma.persistence.service.genome.gene
Methods in ubic.gemma.persistence.service.genome.gene with parameters of type PhysicalLocationModifier and TypeMethodDescriptionGeneService.find(PhysicalLocation physicalLocation) Find all genes at a physical location.GeneServiceImpl.find(PhysicalLocation physicalLocation) -
Uses of PhysicalLocation in ubic.gemma.persistence.util
Methods in ubic.gemma.persistence.util with parameters of type PhysicalLocationModifier and TypeMethodDescriptionstatic voidBusinessKey.attachCriteria(Criteria queryObject, PhysicalLocation physicalLocation, String attributeName)