Uses of Class
ubic.gemma.core.analysis.expression.coexpression.CoexpressionSearchCommand
Packages that use CoexpressionSearchCommand
Package
Description
-
Uses of CoexpressionSearchCommand in ubic.gemma.core.analysis.expression.coexpression
Methods in ubic.gemma.core.analysis.expression.coexpression that return CoexpressionSearchCommandModifier and TypeMethodDescriptionCoexpressionMetaValueObject.getSearchSettings()
The original search settings from the client.Methods in ubic.gemma.core.analysis.expression.coexpression with parameters of type CoexpressionSearchCommandModifier and TypeMethodDescriptionvoid
CoexpressionMetaValueObject.setSearchSettings
(CoexpressionSearchCommand searchSettings) -
Uses of CoexpressionSearchCommand in ubic.gemma.web.controller.analysis.expression.coexpression
Methods in ubic.gemma.web.controller.analysis.expression.coexpression that return CoexpressionSearchCommandMethods in ubic.gemma.web.controller.analysis.expression.coexpression with parameters of type CoexpressionSearchCommandModifier and TypeMethodDescriptionCoexpressionSearchController.doBackgroundCoexSearch
(CoexpressionSearchCommand searchOptions) Used by CoexpressionSearchData.js - the main home page coexpression search.CoexpressionSearchController.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.void
CoexSearchTaskCommand.setSearchOptions
(CoexpressionSearchCommand searchOptions) Constructors in ubic.gemma.web.controller.analysis.expression.coexpression with parameters of type CoexpressionSearchCommand