Class CoexpressionSearchController


  • @Controller
    public class CoexpressionSearchController
    extends Object
    Author:
    luke, paul
    • Constructor Detail

      • CoexpressionSearchController

        public CoexpressionSearchController()
    • Method Detail

      • doBackgroundCoexSearch

        public String doBackgroundCoexSearch​(CoexpressionSearchCommand searchOptions)
        Used by CoexpressionSearchData.js - the main home page coexpression search.
        Parameters:
        searchOptions - search options
        Returns:
        string
      • 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 options
        queryGeneIds - the genes which were used originally to start the search
        Returns:
        coexp meta VO