Map<BioAssaySetValueObject,List<DifferentialExpressionValueObject>> |
DifferentialExpressionResultDao.find(Gene gene,
double threshold,
int limit) |
Find differential expression for a gene, exceeding a given significance level (using the corrected pvalue field)
|
Map<BioAssaySetValueObject,List<DifferentialExpressionValueObject>> |
DifferentialExpressionResultDaoImpl.find(Gene gene,
double threshold,
int limit) |
|
Map<BioAssaySetValueObject,List<DifferentialExpressionValueObject>> |
DifferentialExpressionResultService.find(Collection<Long> experimentsAnalyzed,
double threshold,
int limit) |
Given a list of experiments and a threshold value finds all the probes that met the cut off in the given
experiments
|
Map<BioAssaySetValueObject,List<DifferentialExpressionValueObject>> |
DifferentialExpressionResultService.find(Gene gene) |
|
Map<BioAssaySetValueObject,List<DifferentialExpressionValueObject>> |
DifferentialExpressionResultService.find(Gene gene,
double threshold,
int limit) |
Find differential expression for a gene, exceeding a given significance level (using the corrected pvalue field)
|
Map<BioAssaySetValueObject,List<DifferentialExpressionValueObject>> |
DifferentialExpressionResultService.find(Gene gene,
Collection<Long> experimentsAnalyzed) |
|
Map<BioAssaySetValueObject,List<DifferentialExpressionValueObject>> |
DifferentialExpressionResultService.find(Gene gene,
Collection<Long> experimentsAnalyzed,
double threshold,
int limit) |
Find differential expression for a gene in given data sets, exceeding a given significance level (using the
corrected pvalue field)
|
Map<BioAssaySetValueObject,List<DifferentialExpressionValueObject>> |
DifferentialExpressionResultServiceImpl.find(Collection<Long> experimentsAnalyzed,
double threshold,
int limit) |
|
Map<BioAssaySetValueObject,List<DifferentialExpressionValueObject>> |
DifferentialExpressionResultServiceImpl.find(Gene gene) |
|
Map<BioAssaySetValueObject,List<DifferentialExpressionValueObject>> |
DifferentialExpressionResultServiceImpl.find(Gene gene,
double threshold,
int limit) |
|
Map<BioAssaySetValueObject,List<DifferentialExpressionValueObject>> |
DifferentialExpressionResultServiceImpl.find(Gene gene,
Collection<Long> experimentsAnalyzed) |
|
Map<BioAssaySetValueObject,List<DifferentialExpressionValueObject>> |
DifferentialExpressionResultServiceImpl.find(Gene gene,
Collection<Long> experimentsAnalyzed,
double threshold,
int limit) |
|
Map<BioAssaySetValueObject,List<DifferentialExpressionValueObject>> |
DifferentialExpressionResultDao.findByExperimentAnalyzed(Collection<Long> experimentsAnalyzed,
double threshold,
int limit) |
Given a list of experiments and a threshold value finds all the probes that met the cut off in the given
experiments
|
Map<BioAssaySetValueObject,List<DifferentialExpressionValueObject>> |
DifferentialExpressionResultDaoImpl.findByExperimentAnalyzed(Collection<Long> experiments,
double qvalueThreshold,
int limit) |
|
Map<BioAssaySetValueObject,List<DifferentialExpressionValueObject>> |
DifferentialExpressionResultDao.findByGene(Gene gene) |
Find differential expression results for a given gene, grouped by experiment.
|
Map<BioAssaySetValueObject,List<DifferentialExpressionValueObject>> |
DifferentialExpressionResultDaoImpl.findByGene(Gene gene) |
|
Map<BioAssaySetValueObject,List<DifferentialExpressionValueObject>> |
DifferentialExpressionResultDao.findByGeneAndExperimentAnalyzed(Gene gene,
Collection<Long> experimentsAnalyzed) |
Find differential expression results for a given gene and set of experiments, grouped by experiment.
|
Map<BioAssaySetValueObject,List<DifferentialExpressionValueObject>> |
DifferentialExpressionResultDao.findByGeneAndExperimentAnalyzed(Gene gene,
Collection<Long> experimentsAnalyzed,
double threshold,
int limit) |
Find differential expression for a gene in given data sets, exceeding a given significance level (using the
corrected pvalue field)
|
Map<BioAssaySetValueObject,List<DifferentialExpressionValueObject>> |
DifferentialExpressionResultDaoImpl.findByGeneAndExperimentAnalyzed(Gene gene,
Collection<Long> experimentsAnalyzed) |
|
Map<BioAssaySetValueObject,List<DifferentialExpressionValueObject>> |
DifferentialExpressionResultDaoImpl.findByGeneAndExperimentAnalyzed(Gene gene,
Collection<Long> experimentsAnalyzed,
double threshold,
int limit) |
|