Class CoexpressionSearchController
- java.lang.Object
-
- ubic.gemma.web.controller.coexpressionSearch.CoexpressionSearchController
-
@Controller public class CoexpressionSearchController extends Object
- Author:
- luke, paul
-
-
Constructor Summary
Constructors Constructor Description CoexpressionSearchController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdoBackgroundCoexSearch(CoexpressionSearchCommand searchOptions)Used by CoexpressionSearchData.js - the main home page coexpression search.CoexpressionMetaValueObjectdoSearch(CoexpressionSearchCommand searchOptions)Important entry point - called by the CoexpressionSearchTaskCoexpressionMetaValueObjectdoSearchQuickComplete(CoexpressionSearchCommand searchOptions, Collection<Long> queryGeneIds)Do a search that fills in the edges among the genes already found.
-
-
-
Method Detail
-
doBackgroundCoexSearch
public String doBackgroundCoexSearch(CoexpressionSearchCommand searchOptions)
Used by CoexpressionSearchData.js - the main home page coexpression search.- Parameters:
searchOptions- search options- Returns:
- string
-
doSearch
public CoexpressionMetaValueObject doSearch(CoexpressionSearchCommand searchOptions)
Important entry point - called by the CoexpressionSearchTask- Parameters:
searchOptions- search options- Returns:
- coexp. meta VO
-
doSearchQuickComplete
public CoexpressionMetaValueObject doSearchQuickComplete(CoexpressionSearchCommand searchOptions, Collection<Long> queryGeneIds)
Do a search that fills in the edges among the genes already found. Maps to doSearchQuickComplete in javascript.- Parameters:
searchOptions- search optionsqueryGeneIds- the genes which were used originally to start the search- Returns:
- coexp meta VO
-
-