public interface GeneDifferentialExpressionService
Modifier and Type | Field and Description |
---|---|
static double |
PVALUE_CLIP_THRESHOLD
p values smaller than this will be treated as this value in a meta-analysis.
|
Modifier and Type | Method and Description |
---|---|
ExperimentalFactorValueObject |
configExperimentalFactorValueObject(ExperimentalFactor ef) |
ExpressionExperimentValueObject |
configExpressionExperimentValueObject(ExpressionExperimentValueObject ee) |
Collection<DifferentialExpressionValueObject> |
getDifferentialExpression(Gene gene,
Collection<BioAssaySet> ees)
Get the differential expression results for the given gene that is in a specified set of experiments.
|
Collection<DifferentialExpressionValueObject> |
getDifferentialExpression(Gene gene,
Collection<BioAssaySet> ees,
double threshold,
int limit)
Get the differential expression results for the given gene that is in a specified set of experiments.
|
Collection<DifferentialExpressionValueObject> |
getDifferentialExpression(Gene gene,
double threshold,
Collection<DiffExpressionSelectedFactorCommand> factorMap)
Get differential expression for a gene, constrained to a specific set of factors.
|
Collection<DifferentialExpressionValueObject> |
getDifferentialExpression(Gene gene,
double threshold,
int limit)
Get the differential expression results for the given gene across all datasets.
|
DifferentialExpressionMetaAnalysisValueObject |
getDifferentialExpressionMetaAnalysis(double threshold,
Gene g,
Map<Long,Long> eeFactorsMap,
Collection<BioAssaySet> activeExperiments)
Get the differential expression analysis results for the gene in the activeExperiments.
|
static final double PVALUE_CLIP_THRESHOLD
ExperimentalFactorValueObject configExperimentalFactorValueObject(ExperimentalFactor ef)
ExpressionExperimentValueObject configExpressionExperimentValueObject(ExpressionExperimentValueObject ee)
Collection<DifferentialExpressionValueObject> getDifferentialExpression(Gene gene, Collection<BioAssaySet> ees)
gene
- : gene of interestees
- : set of experiments to searchCollection<DifferentialExpressionValueObject> getDifferentialExpression(Gene gene, Collection<BioAssaySet> ees, double threshold, int limit)
gene
- : gene of interestees
- : set of experiments to searchthreshold
- : the cutoff to determine if diff expressedlimit
- : the maximum number of results to return (null for all)Collection<DifferentialExpressionValueObject> getDifferentialExpression(Gene gene, double threshold, Collection<DiffExpressionSelectedFactorCommand> factorMap)
gene
- genethreshold
- thresholdfactorMap
- factor mapCollection<DifferentialExpressionValueObject> getDifferentialExpression(Gene gene, double threshold, int limit)
threshold
- thresholdgene
- genelimit
- limitDifferentialExpressionMetaAnalysisValueObject getDifferentialExpressionMetaAnalysis(double threshold, Gene g, Map<Long,Long> eeFactorsMap, Collection<BioAssaySet> activeExperiments)
activeExperiments
- active eeseeFactorsMap
- factor mapg
- genethreshold
- thresholdCopyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.