Uses of Class
ubic.gemma.model.analysis.expression.diff.DifferentialExpressionAnalysis
-
-
Uses of DifferentialExpressionAnalysis in ubic.gemma.core.analysis.expression.diff
Methods in ubic.gemma.core.analysis.expression.diff with parameters of type DifferentialExpressionAnalysis Modifier and Type Method Description void
DifferentialExpressionAnalyzerService. deleteAnalysis(ExpressionExperiment expressionExperiment, DifferentialExpressionAnalysis existingAnalysis)
Deletes the given analysis.void
DifferentialExpressionAnalyzerServiceImpl. deleteAnalysis(ExpressionExperiment expressionExperiment, DifferentialExpressionAnalysis existingAnalysis)
void
DifferentialExpressionAnalyzerServiceImpl. deleteStatistics(ExpressionExperiment ee, DifferentialExpressionAnalysis analysis)
Remove old files which will otherwise be cruft.Collection<ExpressionAnalysisResultSet>
DifferentialExpressionAnalyzerService. extendAnalysis(ExpressionExperiment ee, DifferentialExpressionAnalysis toUpdate)
Like redo, but we don't save the results, we just add the full set of results to the analysis given.Collection<ExpressionAnalysisResultSet>
DifferentialExpressionAnalyzerServiceImpl. extendAnalysis(ExpressionExperiment ee, DifferentialExpressionAnalysis toUpdate)
DifferentialExpressionAnalysis
DifferentialExpressionAnalyzerService. persistAnalysis(ExpressionExperiment expressionExperiment, DifferentialExpressionAnalysis analysis, DifferentialExpressionAnalysisConfig config)
Made public for testing purposes only.DifferentialExpressionAnalysis
DifferentialExpressionAnalyzerServiceImpl. persistAnalysis(ExpressionExperiment expressionExperiment, DifferentialExpressionAnalysis analysis, DifferentialExpressionAnalysisConfig config)
Made public for testing purposes only.DifferentialExpressionAnalysis
DifferentialExpressionAnalysisHelperService. persistStub(DifferentialExpressionAnalysis entity)
DifferentialExpressionAnalysis
DifferentialExpressionAnalysisHelperServiceImpl. persistStub(DifferentialExpressionAnalysis entity)
Collection<DifferentialExpressionAnalysis>
DifferentialExpressionAnalyzerService. redoAnalysis(ExpressionExperiment ee, DifferentialExpressionAnalysis copyMe, boolean persist)
RedoCollection<DifferentialExpressionAnalysis>
DifferentialExpressionAnalyzerServiceImpl. redoAnalysis(ExpressionExperiment ee, DifferentialExpressionAnalysis copyMe, boolean persist)
-
Uses of DifferentialExpressionAnalysis in ubic.gemma.core.analysis.service
Methods in ubic.gemma.core.analysis.service with parameters of type DifferentialExpressionAnalysis Modifier and Type Method Description void
ExpressionDataFileService. deleteDiffExArchiveFile(DifferentialExpressionAnalysis analysis)
void
ExpressionDataFileServiceImpl. deleteDiffExArchiveFile(DifferentialExpressionAnalysis analysis)
void
ExpressionDataFileService. writeDiffExArchiveFile(BioAssaySet ee, DifferentialExpressionAnalysis analysis, DifferentialExpressionAnalysisConfig config)
Writes to the configured gemma.appdata.home The file created is a zip archive containing at least two files.void
ExpressionDataFileServiceImpl. writeDiffExArchiveFile(BioAssaySet experimentAnalyzed, DifferentialExpressionAnalysis analysis, DifferentialExpressionAnalysisConfig config)
-
Uses of DifferentialExpressionAnalysis in ubic.gemma.core.tasks.analysis.diffex
Methods in ubic.gemma.core.tasks.analysis.diffex that return DifferentialExpressionAnalysis Modifier and Type Method Description DifferentialExpressionAnalysis
DifferentialExpressionAnalysisTaskCommand. getToRedo()
DifferentialExpressionAnalysis
DifferentialExpressionAnalysisRemoveTaskCommand. getToRemove()
Methods in ubic.gemma.core.tasks.analysis.diffex with parameters of type DifferentialExpressionAnalysis Modifier and Type Method Description void
DifferentialExpressionAnalysisTaskCommand. setToRedo(DifferentialExpressionAnalysis toRedo)
Constructors in ubic.gemma.core.tasks.analysis.diffex with parameters of type DifferentialExpressionAnalysis Constructor Description DifferentialExpressionAnalysisRemoveTaskCommand(ExpressionExperiment ee, DifferentialExpressionAnalysis toRemove)
DifferentialExpressionAnalysisTaskCommand(ExpressionExperiment ee, DifferentialExpressionAnalysis toRedo)
-
Uses of DifferentialExpressionAnalysis in ubic.gemma.model.analysis.expression.diff
Methods in ubic.gemma.model.analysis.expression.diff that return DifferentialExpressionAnalysis Modifier and Type Method Description DifferentialExpressionAnalysis
ExpressionAnalysisResultSet. getAnalysis()
static DifferentialExpressionAnalysis
DifferentialExpressionAnalysis.Factory. newInstance()
Methods in ubic.gemma.model.analysis.expression.diff with parameters of type DifferentialExpressionAnalysis Modifier and Type Method Description static ExpressionAnalysisResultSet
ExpressionAnalysisResultSet.Factory. newInstance(Set<ExperimentalFactor> experimentalFactors, Integer numberOfProbesTested, Integer numberOfGenesTested, FactorValue baselineGroup, Set<DifferentialExpressionAnalysisResult> results, DifferentialExpressionAnalysis analysis, PvalueDistribution pvalueDistribution, Set<HitListSize> hitListSizes)
void
ExpressionAnalysisResultSet. setAnalysis(DifferentialExpressionAnalysis analysis)
Constructors in ubic.gemma.model.analysis.expression.diff with parameters of type DifferentialExpressionAnalysis Constructor Description DifferentialExpressionAnalysisValueObject(DifferentialExpressionAnalysis analysis)
Does not populate the resultSets. -
Uses of DifferentialExpressionAnalysis in ubic.gemma.persistence.service.analysis.expression.diff
Methods in ubic.gemma.persistence.service.analysis.expression.diff with parameters of type DifferentialExpressionAnalysis Modifier and Type Method Description boolean
DifferentialExpressionAnalysisService. canDelete(DifferentialExpressionAnalysis differentialExpressionAnalysis)
boolean
DifferentialExpressionAnalysisServiceImpl. canDelete(DifferentialExpressionAnalysis differentialExpressionAnalysis)
boolean
ExpressionAnalysisResultSetDao. canDelete(DifferentialExpressionAnalysis differentialExpressionAnalysis)
boolean
ExpressionAnalysisResultSetDaoImpl. canDelete(DifferentialExpressionAnalysis differentialExpressionAnalysis)
DifferentialExpressionAnalysis
DifferentialExpressionAnalysisService. create(DifferentialExpressionAnalysis analysis)
void
DifferentialExpressionAnalysisServiceImpl. remove(DifferentialExpressionAnalysis toDelete)
DifferentialExpressionAnalysis
DifferentialExpressionAnalysisService. thaw(DifferentialExpressionAnalysis differentialExpressionAnalysis)
DifferentialExpressionAnalysis
DifferentialExpressionAnalysisServiceImpl. thaw(DifferentialExpressionAnalysis differentialExpressionAnalysis)
DifferentialExpressionAnalysis
DifferentialExpressionAnalysisService. thawFully(DifferentialExpressionAnalysis differentialExpressionAnalysis)
DifferentialExpressionAnalysis
DifferentialExpressionAnalysisServiceImpl. thawFully(DifferentialExpressionAnalysis differentialExpressionAnalysis)
void
DifferentialExpressionAnalysisService. update(DifferentialExpressionAnalysis o)
Method parameters in ubic.gemma.persistence.service.analysis.expression.diff with type arguments of type DifferentialExpressionAnalysis Modifier and Type Method Description void
DifferentialExpressionAnalysisServiceImpl. remove(Collection<DifferentialExpressionAnalysis> entities)
Collection<DifferentialExpressionAnalysis>
DifferentialExpressionAnalysisService. thaw(Collection<DifferentialExpressionAnalysis> expressionAnalyses)
Collection<DifferentialExpressionAnalysis>
DifferentialExpressionAnalysisServiceImpl. thaw(Collection<DifferentialExpressionAnalysis> expressionAnalyses)
-