Uses of Class
ubic.gemma.core.analysis.expression.coexpression.CoexpressionMetaValueObject
Packages that use CoexpressionMetaValueObject
Package
Description
-
Uses of CoexpressionMetaValueObject in ubic.gemma.core.analysis.expression.coexpression
Methods in ubic.gemma.core.analysis.expression.coexpression that return CoexpressionMetaValueObjectModifier and TypeMethodDescriptionGeneCoexpressionSearchService.coexpressionSearch
(Collection<Long> inputEeIds, Collection<Long> genes, int stringency, int maxResults, boolean queryGenesOnly) GeneCoexpressionSearchServiceImpl.coexpressionSearch
(Collection<Long> inputEeIds, Collection<Long> genes, int stringency, int maxResults, boolean queryGenesOnly) GeneCoexpressionSearchService.coexpressionSearchQuick
(Collection<Long> inputEeIds, Collection<Long> genes, int stringency, int maxResults, boolean queryGenesOnly) Skips some of the postprocessing steps, use in situations where raw speed is more important than details.GeneCoexpressionSearchServiceImpl.coexpressionSearchQuick
(Collection<Long> eeIds, Collection<Long> queryGenes, int stringency, int maxResults, boolean queryGenesOnly) -
Uses of CoexpressionMetaValueObject in ubic.gemma.web.controller.analysis.expression.coexpression
Methods in ubic.gemma.web.controller.analysis.expression.coexpression that return CoexpressionMetaValueObjectModifier and TypeMethodDescriptionCoexpressionSearchController.doSearch
(CoexpressionSearchCommand searchOptions) Important entry point - called by the CoexpressionSearchTaskCoexpressionSearchController.doSearchQuickComplete
(CoexpressionSearchCommand searchOptions, Collection<Long> queryGeneIds) Do a search that fills in the edges among the genes already found.