public interface SearchSource
SearchResult from a search engine.Collection<SearchResult<ArrayDesign>> searchArrayDesign(SearchSettings settings) throws SearchException
SearchExceptionCollection<SearchResult<BibliographicReference>> searchBibliographicReference(SearchSettings settings) throws SearchException
SearchExceptionCollection<SearchResult<ExpressionExperimentSet>> searchExperimentSet(SearchSettings settings) throws SearchException
SearchExceptionCollection<SearchResult<BioSequence>> searchBioSequence(SearchSettings settings) throws SearchException
SearchException@Deprecated Collection<SearchResult<?>> searchBioSequenceAndGene(SearchSettings settings, @Nullable Collection<SearchResult<Gene>> previousGeneSearchResults) throws SearchException
searchBioSequence(SearchSettings) (SearchSettings)} insteadI wanted to remove this, but there's some logic with indirect gene hit penalty that we might want to keep around.
BioSequence and Gene matching the search settings.SearchExceptionCollection<SearchResult<CompositeSequence>> searchCompositeSequence(SearchSettings settings) throws SearchException
SearchException@Deprecated Collection<SearchResult<?>> searchCompositeSequenceAndGene(SearchSettings settings) throws SearchException
searchCompositeSequence(SearchSettings) instead
FIXME: this should solely return CompositeSequence
Gene and CompositeSequence matching the search settingsSearchExceptionCollection<SearchResult<ExpressionExperiment>> searchExpressionExperiment(SearchSettings settings) throws SearchException
SearchExceptionCollection<SearchResult<Gene>> searchGene(SearchSettings settings) throws SearchException
SearchExceptionCollection<SearchResult<GeneSet>> searchGeneSet(SearchSettings settings) throws SearchException
SearchExceptionCopyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.