public interface SearchSource
SearchResult
from a search engine.Collection<SearchResult<ArrayDesign>> searchArrayDesign(SearchSettings settings) throws SearchException
SearchException
Collection<SearchResult<BibliographicReference>> searchBibliographicReference(SearchSettings settings) throws SearchException
SearchException
Collection<SearchResult<ExpressionExperimentSet>> searchExperimentSet(SearchSettings settings) throws SearchException
SearchException
Collection<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.SearchException
Collection<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 settingsSearchException
Collection<SearchResult<ExpressionExperiment>> searchExpressionExperiment(SearchSettings settings) throws SearchException
SearchException
Collection<SearchResult<Gene>> searchGene(SearchSettings settings) throws SearchException
SearchException
Collection<SearchResult<GeneSet>> searchGeneSet(SearchSettings settings) throws SearchException
SearchException
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.