@Component @Lazy public class GeneCoexpressionSearchServiceImpl extends Object implements GeneCoexpressionSearchService
| Constructor and Description |
|---|
GeneCoexpressionSearchServiceImpl(ExpressionExperimentService expressionExperimentService,
CoexpressionService coexpressionService,
CoexpressionAnalysisService coexpressionAnalysisService,
GeneService geneService) |
| Modifier and Type | Method and Description |
|---|---|
CoexpressionMetaValueObject |
coexpressionSearch(Collection<Long> inputEeIds,
Collection<Long> genes,
int stringency,
int maxResults,
boolean queryGenesOnly) |
CoexpressionMetaValueObject |
coexpressionSearchQuick(Collection<Long> eeIds,
Collection<Long> queryGenes,
int stringency,
int maxResults,
boolean queryGenesOnly)
Skips some of the postprocessing steps, use in situations where raw speed is more important than details.
|
@Autowired public GeneCoexpressionSearchServiceImpl(ExpressionExperimentService expressionExperimentService, CoexpressionService coexpressionService, CoexpressionAnalysisService coexpressionAnalysisService, GeneService geneService)
public CoexpressionMetaValueObject coexpressionSearch(Collection<Long> inputEeIds, Collection<Long> genes, int stringency, int maxResults, boolean queryGenesOnly)
coexpressionSearch in interface GeneCoexpressionSearchServiceinputEeIds - Expression experiments ids to consider; if null, use all available data.genes - Genes to find coexpression forstringency - Minimum support levelmaxResults - per genequeryGenesOnly - Whether to return only coexpression among the query genes (assuming there are more than
one). Otherwise, coexpression with genes 'external' to the queries will be returned.public CoexpressionMetaValueObject coexpressionSearchQuick(Collection<Long> eeIds, Collection<Long> queryGenes, int stringency, int maxResults, boolean queryGenesOnly)
GeneCoexpressionSearchServicecoexpressionSearchQuick in interface GeneCoexpressionSearchServiceeeIds - Expression experiments ids to consider; if null or empty, use all available data.queryGenes - genesstringency - stringencymaxResults - max resultsqueryGenesOnly - query genes onlyCopyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.