Uses of Interface
ubic.gemma.persistence.service.genome.gene.GeneService
Packages that use GeneService
Package
Description
-
Uses of GeneService in ubic.gemma.core.analysis.expression.coexpression
Constructors in ubic.gemma.core.analysis.expression.coexpression with parameters of type GeneServiceModifierConstructorDescriptionGeneCoexpressionSearchServiceImpl(ExpressionExperimentService expressionExperimentService, CoexpressionService coexpressionService, CoexpressionAnalysisService coexpressionAnalysisService, GeneService geneService) -
Uses of GeneService in ubic.gemma.core.analysis.service
Methods in ubic.gemma.core.analysis.service with parameters of type GeneServiceModifier and TypeMethodDescriptionvoidCompositeSequenceGeneMapperService.setGeneService(GeneService geneService) -
Uses of GeneService in ubic.gemma.core.loader.expression.arrayDesign
Constructors in ubic.gemma.core.loader.expression.arrayDesign with parameters of type GeneServiceModifierConstructorDescriptionArrayDesignProbeMapperServiceImpl(AnnotationAssociationService annotationAssociationService, ArrayDesignAnnotationService arrayDesignAnnotationService, ArrayDesignReportService arrayDesignReportService, ArrayDesignService arrayDesignService, ProbeMapper probeMapper, BioSequenceService bioSequenceService, BlatResultService blatResultService, CompositeSequenceService compositeSequenceService, ExpressionDataFileService expressionDataFileService, GeneProductService geneProductService, GeneService geneService, Persister persisterHelper, org.springframework.core.task.TaskExecutor taskExecutor) -
Uses of GeneService in ubic.gemma.core.loader.genome.gene.ncbi.homology
Methods in ubic.gemma.core.loader.genome.gene.ncbi.homology with parameters of type GeneServiceModifier and TypeMethodDescriptionHomologeneConfig.homologeneService(GeneService geneService, TaxonService taxonService) Constructors in ubic.gemma.core.loader.genome.gene.ncbi.homology with parameters of type GeneServiceModifierConstructorDescriptionHomologeneServiceImpl(GeneService geneService, TaxonService taxonService, org.springframework.core.io.Resource homologeneFile) -
Uses of GeneService in ubic.gemma.persistence.service.genome.gene
Classes in ubic.gemma.persistence.service.genome.gene that implement GeneServiceConstructors in ubic.gemma.persistence.service.genome.gene with parameters of type GeneServiceModifierConstructorDescriptionGeneSearchServiceImpl(SearchService searchService, gemma.gsec.SecurityService securityService, TaxonService taxonService, GeneSetSearch geneSetSearch, GeneSetService geneSetService, GeneService geneService, GeneOntologyService geneOntologyService, GeneSetValueObjectHelper geneSetValueObjectHelper) -
Uses of GeneService in ubic.gemma.persistence.util
Methods in ubic.gemma.persistence.util with parameters of type GeneServiceModifier and TypeMethodDescriptionorg.springframework.core.convert.ConversionServiceValueObjectConfig.valueObjectConversionService(ArrayDesignService arrayDesignService, BibliographicReferenceService bibliographicReferenceService, BioSequenceService bioSequenceService, CompositeSequenceService compositeSequenceService, ExpressionExperimentService expressionExperimentService, ExpressionExperimentSetService experimentSetService, GeneService geneService, GeneSetService geneSetService, BlacklistedEntityService blacklistedEntityService) -
Uses of GeneService in ubic.gemma.rest.util.args
Method parameters in ubic.gemma.rest.util.args with type arguments of type GeneServiceModifier and TypeMethodDescriptionGeneArgService.getEntity(AbstractEntityArg<?, Gene, GeneService> entityArg) Retrieve the entity represented by this argument.Constructors in ubic.gemma.rest.util.args with parameters of type GeneServiceModifierConstructorDescriptionGeneArgService(GeneService service, GeneOntologyService geneOntologyService, CompositeSequenceService compositeSequenceService) TaxonArgService(TaxonService service, ChromosomeService chromosomeService, GeneService geneService)