Uses of Class
ubic.gemma.model.genome.gene.GeneProduct
Packages that use GeneProduct
Package
Description
-
Uses of GeneProduct in ubic.gemma.core.analysis.sequence
Methods in ubic.gemma.core.analysis.sequence that return types with arguments of type GeneProductMethods in ubic.gemma.core.analysis.sequence with parameters of type GeneProductModifier and TypeMethodDescriptionstatic intSequenceManipulation.getGeneProductExonOverlap(String starts, String sizes, String strand, GeneProduct geneProduct) Compute the overlap of a physical location with a transcript (gene product).Method parameters in ubic.gemma.core.analysis.sequence with type arguments of type GeneProductModifier and TypeMethodDescriptionvoidCompositeSequenceMapSummary.setGeneProducts(Collection<GeneProduct> geneProducts) -
Uses of GeneProduct in ubic.gemma.core.goldenpath
Methods in ubic.gemma.core.goldenpath that return types with arguments of type GeneProductModifier and TypeMethodDescriptionGoldenPathSequenceAnalysis.findKnownGenesByLocation(String chromosome, Long start, Long end, String strand) Find "Known" genes contained in or overlapping a region.GoldenPathSequenceAnalysis.findRefGenesByLocation(String chromosome, Long start, Long end, String strand) Find RefSeq genes contained in or overlapping a region. -
Uses of GeneProduct in ubic.gemma.core.loader.genome.gene.ncbi
Methods in ubic.gemma.core.loader.genome.gene.ncbi that return types with arguments of type GeneProduct -
Uses of GeneProduct in ubic.gemma.model.association
Methods in ubic.gemma.model.association that return GeneProductMethods in ubic.gemma.model.association with parameters of type GeneProductModifier and TypeMethodDescriptionvoidBioSequence2GeneProduct.setGeneProduct(GeneProduct geneProduct) -
Uses of GeneProduct in ubic.gemma.model.genome
Methods in ubic.gemma.model.genome that return types with arguments of type GeneProductMethod parameters in ubic.gemma.model.genome with type arguments of type GeneProduct -
Uses of GeneProduct in ubic.gemma.model.genome.gene
Methods in ubic.gemma.model.genome.gene that return GeneProductConstructors in ubic.gemma.model.genome.gene with parameters of type GeneProductModifierConstructorDescriptionGeneProductValueObject(GeneProduct entity) Populates the VO properties with values from the given entity. -
Uses of GeneProduct in ubic.gemma.persistence.service.genome.gene
Methods in ubic.gemma.persistence.service.genome.gene that return GeneProductModifier and TypeMethodDescriptionGeneProductService.create(GeneProduct entity) GeneProductDaoImpl.find(GeneProduct geneProduct) GeneProductDao.findByNcbiId(String ncbiGi) GeneProductDaoImpl.findByNcbiId(String ncbiId) GeneProductService.findOrCreate(GeneProduct geneProduct) GeneProductDao.thaw(GeneProduct existing) GeneProductDaoImpl.thaw(GeneProduct existing) GeneProductService.thaw(GeneProduct geneProduct) GeneProductServiceImpl.thaw(GeneProduct existing) Methods in ubic.gemma.persistence.service.genome.gene that return types with arguments of type GeneProductModifier and TypeMethodDescriptionGeneProductDao.findByName(String name, Taxon taxon) GeneProductDaoImpl.findByName(String name, Taxon taxon) GeneProductService.findByName(String name, Taxon taxon) GeneProductServiceImpl.findByName(String name, Taxon taxon) Methods in ubic.gemma.persistence.service.genome.gene with parameters of type GeneProductModifier and TypeMethodDescriptionGeneProductService.create(GeneProduct entity) protected GeneProductValueObjectGeneProductDaoImpl.doLoadValueObject(GeneProduct entity) GeneProductDaoImpl.find(GeneProduct geneProduct) GeneProductService.findOrCreate(GeneProduct geneProduct) voidGeneProductService.remove(GeneProduct entity) voidGeneProductServiceImpl.remove(GeneProduct entity) GeneProductDao.thaw(GeneProduct existing) GeneProductDaoImpl.thaw(GeneProduct existing) GeneProductService.thaw(GeneProduct geneProduct) GeneProductServiceImpl.thaw(GeneProduct existing) voidGeneProductService.update(GeneProduct entity) Method parameters in ubic.gemma.persistence.service.genome.gene with type arguments of type GeneProductModifier and TypeMethodDescriptionvoidGeneProductService.remove(Collection<GeneProduct> toRemove) voidGeneProductServiceImpl.remove(Collection<GeneProduct> toRemove) voidGeneProductService.update(Collection<GeneProduct> entities) -
Uses of GeneProduct in ubic.gemma.persistence.service.genome.sequenceAnalysis
Method parameters in ubic.gemma.persistence.service.genome.sequenceAnalysis with type arguments of type GeneProductModifier and TypeMethodDescriptionAnnotationAssociationDao.find(Collection<GeneProduct> gps) AnnotationAssociationDaoImpl.find(Collection<GeneProduct> gps) BlatAssociationDao.find(Collection<GeneProduct> toRemove) BlatAssociationDaoImpl.find(Collection<GeneProduct> gps) -
Uses of GeneProduct in ubic.gemma.persistence.util
Methods in ubic.gemma.persistence.util with parameters of type GeneProductModifier and TypeMethodDescriptionstatic voidBusinessKey.checkValidKey(GeneProduct geneProduct) static voidBusinessKey.createQueryObject(Criteria queryObject, GeneProduct geneProduct)