Uses of Class
ubic.gemma.model.genome.gene.GeneReferenceValueObject
Packages that use GeneReferenceValueObject
Package
Description
-
Uses of GeneReferenceValueObject in ubic.gemma.model.analysis.sequence
Methods in ubic.gemma.model.analysis.sequence that return types with arguments of type GeneReferenceValueObjectModifier and TypeMethodDescriptionGeneMappingSummaryValueObject.getGenes()Genes this alignment supports, deduplicated — a gene reached through several of its gene products appears once.Method parameters in ubic.gemma.model.analysis.sequence with type arguments of type GeneReferenceValueObjectModifier and TypeMethodDescriptionvoidGeneMappingSummaryValueObject.setGenes(List<GeneReferenceValueObject> genes) Genes this alignment supports, deduplicated — a gene reached through several of its gene products appears once.Constructor parameters in ubic.gemma.model.analysis.sequence with type arguments of type GeneReferenceValueObjectModifierConstructorDescriptionGeneMappingSummaryValueObject(BlatResultValueObject blatResult, List<GeneReferenceValueObject> genes) -
Uses of GeneReferenceValueObject in ubic.gemma.model.expression.designElement
Methods in ubic.gemma.model.expression.designElement that return types with arguments of type GeneReferenceValueObjectModifier and TypeMethodDescriptionCompositeSequenceValueObject.getGenes()Compact identities of the genes this element maps to, via the denormalizedGENE2CStable.Method parameters in ubic.gemma.model.expression.designElement with type arguments of type GeneReferenceValueObjectModifier and TypeMethodDescriptionvoidCompositeSequenceValueObject.setGenes(List<GeneReferenceValueObject> genes) Compact identities of the genes this element maps to, via the denormalizedGENE2CStable. -
Uses of GeneReferenceValueObject in ubic.gemma.persistence.service.expression.designElement
Methods in ubic.gemma.persistence.service.expression.designElement that return types with arguments of type GeneReferenceValueObjectModifier and TypeMethodDescriptionCompositeSequenceDao.getGeneData(Collection<Long> compositeSequenceIds) Batch-fetch the compact gene identities mapped to each of the supplied composite-sequence ids, keyed by composite-sequence id.CompositeSequenceDaoImpl.getGeneData(Collection<Long> compositeSequenceIds) CompositeSequenceReadService.getGeneData(Collection<Long> compositeSequenceIds) CompositeSequenceReadServiceImpl.getGeneData(Collection<Long> compositeSequenceIds) CompositeSequenceService.getGeneData(Collection<Long> compositeSequenceIds) CompositeSequenceServiceImpl.getGeneData(Collection<Long> compositeSequenceIds)