Uses of Class
ubic.gemma.model.expression.experiment.ExpressionExperimentDetailsValueObject
Packages that use ExpressionExperimentDetailsValueObject
Package
Description
-
Uses of ExpressionExperimentDetailsValueObject in ubic.gemma.core.analysis.report
Methods in ubic.gemma.core.analysis.report that return ExpressionExperimentDetailsValueObjectModifier and TypeMethodDescriptionExpressionExperimentReportService.generateSummary(Long id) Generate a value object that contain summary information about links, biomaterials, and datavectorsExpressionExperimentReportServiceImpl.generateSummary(Long id) Methods in ubic.gemma.core.analysis.report that return types with arguments of type ExpressionExperimentDetailsValueObjectModifier and TypeMethodDescriptionExpressionExperimentReportService.generateSummaryObjects()Generates reports on ALL experiments, including 'private' ones.ExpressionExperimentReportServiceImpl.generateSummaryObjects()ExpressionExperimentReportService.retrieveSummaryObjects(Collection<Long> ids) retrieves a collection of cached value objects containing summary informationExpressionExperimentReportServiceImpl.retrieveSummaryObjects(Collection<Long> ids) Method parameters in ubic.gemma.core.analysis.report with type arguments of type ExpressionExperimentDetailsValueObjectModifier and TypeMethodDescriptionvoidExpressionExperimentReportService.getAnnotationInformation(Collection<ExpressionExperimentDetailsValueObject> vos) voidExpressionExperimentReportServiceImpl.getAnnotationInformation(Collection<ExpressionExperimentDetailsValueObject> vos) Populate information about how many annotations there are, and how many factor values there are.voidExpressionExperimentReportService.populateEventInformation(Collection<ExpressionExperimentDetailsValueObject> vos) voidExpressionExperimentReportServiceImpl.populateEventInformation(Collection<ExpressionExperimentDetailsValueObject> vos) Fills in event and security information from the database.voidExpressionExperimentReportService.populateReportInformation(Collection<ExpressionExperimentDetailsValueObject> vos) Fills in link analysis and differential expression analysis summaries, and other info from the report.voidExpressionExperimentReportServiceImpl.populateReportInformation(Collection<ExpressionExperimentDetailsValueObject> vos) -
Uses of ExpressionExperimentDetailsValueObject in ubic.gemma.core.tasks.visualization
Methods in ubic.gemma.core.tasks.visualization that return types with arguments of type ExpressionExperimentDetailsValueObject -
Uses of ExpressionExperimentDetailsValueObject in ubic.gemma.persistence.service.analysis.expression
Methods in ubic.gemma.persistence.service.analysis.expression that return types with arguments of type ExpressionExperimentDetailsValueObjectModifier and TypeMethodDescriptionExpressionExperimentSetDao.getExperimentValueObjectsInSet(Long id) ExpressionExperimentSetDaoImpl.getExperimentValueObjectsInSet(Long id) -
Uses of ExpressionExperimentDetailsValueObject in ubic.gemma.persistence.service.analysis.expression.diff
Methods in ubic.gemma.persistence.service.analysis.expression.diff that return types with arguments of type ExpressionExperimentDetailsValueObjectModifier and TypeMethodDescriptionDifferentialExpressionAnalysisService.findByExperimentIds(Collection<Long> experimentIds, boolean includeSubSets, boolean includeAssays) Given a set of ids, find experiments or subsets that have differential expression analyses.DifferentialExpressionAnalysisServiceImpl.findByExperimentIds(Collection<Long> experimentIds, boolean includeSubSets, boolean includeAssays) -
Uses of ExpressionExperimentDetailsValueObject in ubic.gemma.persistence.service.expression.experiment
Methods in ubic.gemma.persistence.service.expression.experiment that return types with arguments of type ExpressionExperimentDetailsValueObjectModifier and TypeMethodDescriptionExpressionExperimentSetService.getExperimentValueObjectsInSet(Long id) Get the member experiment value objects for the set id; security filtered.ExpressionExperimentSetServiceImpl.getExperimentValueObjectsInSet(Long id) ExpressionExperimentDao.loadDetailsValueObjects(Collection<Long> ids, Taxon taxon, Sort sort, int offset, int limit) Special method for front-end access.ExpressionExperimentDaoImpl.loadDetailsValueObjects(Collection<Long> ids, Taxon taxon, Sort sort, int offset, int limit) ExpressionExperimentService.loadDetailsValueObjects(Collection<Long> ids, Taxon taxon, Sort sort, int offset, int limit) ExpressionExperimentServiceImpl.loadDetailsValueObjects(Collection<Long> ids, Taxon taxon, Sort sort, int offset, int limit) ExpressionExperimentDao.loadDetailsValueObjectsByIds(Collection<Long> ids) LikeExpressionExperimentDao.loadDetailsValueObjects(Collection, Taxon, Sort, int, int), but returning a list.ExpressionExperimentDaoImpl.loadDetailsValueObjectsByIds(Collection<Long> ids) ExpressionExperimentService.loadDetailsValueObjectsByIds(Collection<Long> ids) ExpressionExperimentServiceImpl.loadDetailsValueObjectsByIds(Collection<Long> ids) ExpressionExperimentDao.loadDetailsValueObjectsByIdsWithCache(Collection<Long> ids) Flavour ofExpressionExperimentDao.loadDetailsValueObjectsByIds(Collection), but using the query cache.ExpressionExperimentDao.loadDetailsValueObjectsByIdsWithCache(Collection<Long> ids, Taxon taxon, Sort sort, int offset, int limit) Flavour ofExpressionExperimentDao.loadDetailsValueObjectsByIds(Collection), but using the query cache.ExpressionExperimentDaoImpl.loadDetailsValueObjectsByIdsWithCache(Collection<Long> ids) ExpressionExperimentDaoImpl.loadDetailsValueObjectsByIdsWithCache(Collection<Long> ids, Taxon taxon, Sort sort, int offset, int limit) ExpressionExperimentService.loadDetailsValueObjectsByIdsWithCache(Collection<Long> ids) ExpressionExperimentServiceImpl.loadDetailsValueObjectsByIdsWithCache(Collection<Long> ids) ExpressionExperimentService.loadDetailsValueObjectsWithCache(Collection<Long> ids, Taxon taxon, Sort sort, int offset, int limit) ExpressionExperimentServiceImpl.loadDetailsValueObjectsWithCache(Collection<Long> ids, Taxon taxon, Sort sort, int offset, int limit)