public interface DifferentialExpressionAnalysisDao extends SingleExperimentAnalysisDao<DifferentialExpressionAnalysis>
DifferentialExpressionAnalysis
findByExperiment, findByExperiments
findByName, findByTaxon
countAll, create, create, createInBatch, find, findOrCreate, getElementClass, load, load, loadAll, remove, remove, remove, removeAllInBatch, removeInBatch, save, save, saveInBatch, update, update, updateInBatch
Integer countDownregulated(ExpressionAnalysisResultSet par, double threshold)
threshold
- for corrected pvalue. Results may not be accurate for 'unreasonable' thresholds.Integer countProbesMeetingThreshold(ExpressionAnalysisResultSet ears, double threshold)
threshold
- for corrected pvalue. Results may not be accurate for 'unreasonable' thresholds.Integer countUpregulated(ExpressionAnalysisResultSet par, double threshold)
threshold
- for corrected pvalue. Results may not be accurate for 'unreasonable' thresholds.Collection<DifferentialExpressionAnalysis> find(Gene gene, ExpressionAnalysisResultSet resultSet, double threshold)
Collection<DifferentialExpressionAnalysis> findByFactor(ExperimentalFactor ef)
Map<Long,Collection<DifferentialExpressionAnalysis>> findByExperimentIds(Collection<Long> investigationIds)
Collection<BioAssaySet> findExperimentsWithAnalyses(Gene gene)
Map<ExpressionExperiment,Collection<DifferentialExpressionAnalysis>> getAnalyses(Collection<? extends BioAssaySet> expressionExperiments)
Collection<Long> getExperimentsWithAnalysis(Collection<Long> idsToFilter)
Collection<Long> getExperimentsWithAnalysis(Taxon taxon)
Map<Long,List<DifferentialExpressionAnalysisValueObject>> getAnalysesByExperimentIds(Collection<Long> expressionExperimentIds, int offset, int limit)
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.