@Controller public class DifferentialExpressionSearchController extends Object
Constructor and Description |
---|
DifferentialExpressionSearchController() |
Modifier and Type | Method and Description |
---|---|
Collection<DifferentialExpressionValueObject> |
getDifferentialExpression(Long geneId,
double threshold)
AJAX entry which returns results on a non-meta analysis basis.
|
Collection<DifferentialExpressionValueObject> |
getDifferentialExpression(Long geneId,
double threshold,
Integer limit)
AJAX entry which returns results on a non-meta analysis basis.
|
Collection<DifferentialExpressionValueObject> |
getDifferentialExpressionWithoutBatch(Long geneId,
double threshold,
Integer limit)
AJAX entry which returns results on a non-meta analysis basis.
|
Collection<ExpressionExperimentExperimentalFactorValueObject> |
getFactors(Collection<Long> eeIds)
AJAX entry.
|
String |
scheduleDiffExpSearchTask(Long taxonId,
ExpressionExperimentSetValueObject eevo,
GeneSetValueObject gsvo)
AJAX - method used for main display metaheatmap.
|
public DifferentialExpressionSearchController()
public Collection<DifferentialExpressionValueObject> getDifferentialExpression(Long geneId, double threshold)
public Collection<DifferentialExpressionValueObject> getDifferentialExpression(Long geneId, double threshold, Integer limit)
public Collection<DifferentialExpressionValueObject> getDifferentialExpressionWithoutBatch(Long geneId, double threshold, Integer limit)
public Collection<ExpressionExperimentExperimentalFactorValueObject> getFactors(Collection<Long> eeIds)
public String scheduleDiffExpSearchTask(Long taxonId, ExpressionExperimentSetValueObject eevo, GeneSetValueObject gsvo)
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.