Uses of Class
ubic.gemma.persistence.service.association.coexpression.CoexpressionValueObject
Packages that use CoexpressionValueObject
Package
Description
-
Uses of CoexpressionValueObject in ubic.gemma.core.analysis.service
Method parameters in ubic.gemma.core.analysis.service with type arguments of type CoexpressionValueObjectModifier and TypeMethodDescriptionvoidCoexpressionWriter.write(ExpressionExperiment ee, Collection<CoexpressionValueObject> geneLinks, Writer writer) -
Uses of CoexpressionValueObject in ubic.gemma.persistence.service.association.coexpression
Methods in ubic.gemma.persistence.service.association.coexpression that return CoexpressionValueObjectMethods in ubic.gemma.persistence.service.association.coexpression that return types with arguments of type CoexpressionValueObjectModifier and TypeMethodDescriptionCoexpressionDao.findCoexpressionRelationships(Gene gene, Collection<Long> bas, int maxResults, boolean quick) Find coexpression links for a gene that are common to all the given datasets.CoexpressionDao.findCoexpressionRelationships(Taxon taxon, Collection<Long> genes, Collection<Long> bas, int maxResults, boolean quick) Find coexpression links for the genes that are common to all the given datasets, so stringency = bas.size().CoexpressionDao.findCoexpressionRelationships(Taxon t, Collection<Long> genes, Collection<Long> bas, int stringency, int maxResults, boolean quick) CoexpressionDaoImpl.findCoexpressionRelationships(Gene gene, Collection<Long> bas, int maxResults, boolean quick) CoexpressionDaoImpl.findCoexpressionRelationships(Taxon taxon, Collection<Long> genes, Collection<Long> bas, int maxResults, boolean quick) CoexpressionDaoImpl.findCoexpressionRelationships(Taxon t, Collection<Long> genes, Collection<Long> bas, int stringency, int maxResults, boolean quick) CoexpressionService.findCoexpressionRelationships(Gene gene, Collection<Long> bas, int maxResults, boolean quick) Find links which are common to all of the given data sets.CoexpressionService.findCoexpressionRelationships(Gene gene, Collection<Long> bas, int stringency, int maxResults, boolean quick) Search for coexpression across all available data sets, for the given genes considered individually, subject to a stringency constraint.CoexpressionService.findCoexpressionRelationships(Taxon t, Collection<Long> genes, Collection<Long> bas, int maxResults, boolean quick) Find coexpression links for the genes that are common to all the given datasets (that is, the stringency is equal to the size of the set of datasets)CoexpressionService.findCoexpressionRelationships(Taxon t, Collection<Long> genes, Collection<Long> bas, int stringency, int maxResults, boolean quick) Find coexpression links for the genes that are common to at least stringency of the given datasets.CoexpressionServiceImpl.findCoexpressionRelationships(Gene gene, Collection<Long> bas, int maxResults, boolean quick) CoexpressionServiceImpl.findCoexpressionRelationships(Gene gene, Collection<Long> bas, int stringency, int maxResults, boolean quick) CoexpressionServiceImpl.findCoexpressionRelationships(Taxon t, Collection<Long> genes, Collection<Long> bas, int maxResults, boolean quick) CoexpressionServiceImpl.findCoexpressionRelationships(Taxon t, Collection<Long> genes, Collection<Long> bas, int stringency, int maxResults, boolean quick) CoexpressionDao.findInterCoexpressionRelationships(Taxon taxon, Collection<Long> genes, Collection<Long> bas, int stringency, boolean quick) Return coexpression relationships among the given genes, limited to the given data sets.CoexpressionDaoImpl.findInterCoexpressionRelationships(Taxon taxon, Collection<Long> genes, Collection<Long> bas, int stringency, boolean quick) CoexpressionService.findInterCoexpressionRelationships(Taxon t, Collection<Long> genes, Collection<Long> bas, int stringency, boolean quick) Return coexpression relationships among the given genes in the given data sets, in a map of query gene to coexpression objects.CoexpressionServiceImpl.findInterCoexpressionRelationships(Taxon t, Collection<Long> genes, Collection<Long> bas, int stringency, boolean quick) CoexpressionDao.getCoexpression(Taxon taxon, ExpressionExperiment experiment, boolean quick) CoexpressionDaoImpl.getCoexpression(Taxon taxon, ExpressionExperiment experiment, boolean quick) CoexpressionService.getCoexpression(ExpressionExperiment experiment, boolean quick) CoexpressionServiceImpl.getCoexpression(ExpressionExperiment experiment, boolean quick) Methods in ubic.gemma.persistence.service.association.coexpression with parameters of type CoexpressionValueObjectModifier and TypeMethodDescriptionintCoexpressionValueObject.compareTo(CoexpressionValueObject o) Method parameters in ubic.gemma.persistence.service.association.coexpression with type arguments of type CoexpressionValueObjectModifier and TypeMethodDescriptionvoidCoexpressionCache.cacheCoexpression(Long geneId, Collection<CoexpressionValueObject> r) voidCoexpressionCache.cacheCoexpression(Map<Long, List<CoexpressionValueObject>> r) voidCoexpressionCacheImpl.cacheCoexpression(Long geneId, Collection<CoexpressionValueObject> r) voidCoexpressionCacheImpl.cacheCoexpression(Map<Long, List<CoexpressionValueObject>> r) Constructors in ubic.gemma.persistence.service.association.coexpression with parameters of type CoexpressionValueObject