Interface CliExpressionExperimentAuditService
- All Known Implementing Classes:
CliExpressionExperimentAuditServiceImpl
public interface CliExpressionExperimentAuditService
Co-bean owning the audit-emission step for ExpressionExperiment-targeted
CLI tools. Mirrors
CliArrayDesignAuditService; see that interface
for the proxy-boundary rationale.-
Method Summary
Modifier and TypeMethodDescriptionvoidcomputeSampleCorrelation(ubic.gemma.model.expression.experiment.ExpressionExperiment ee) Runs the sample-correlation compute step for an experiment.voidrecordMadePrivate(ubic.gemma.model.expression.experiment.ExpressionExperiment ee, String note) Records aMakePrivateEventon the experiment.voidrecordMadePublic(ubic.gemma.model.expression.experiment.ExpressionExperiment ee, String note) Records aMakePublicEventon the experiment.
-
Method Details
-
recordMadePrivate
Records aMakePrivateEventon the experiment. Used byMakeExperimentPrivateCli. -
recordMadePublic
Records aMakePublicEventon the experiment. Used byMakeExperimentsPublicCli. -
computeSampleCorrelation
void computeSampleCorrelation(ubic.gemma.model.expression.experiment.ExpressionExperiment ee) throws ubic.gemma.core.analysis.preprocess.filter.FilteringException Runs the sample-correlation compute step for an experiment. The annotation surface records aFailedSampleCorrelationAnalysisEventif the call throws (either aFilteringExceptionor any otherException). Used byExpressionDataCorrMatCli.- Throws:
ubic.gemma.core.analysis.preprocess.filter.FilteringException
-