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 TypeMethodDescriptionvoidRuns the sample-correlation compute step for an experiment.voidrecordMadePrivate(ExpressionExperiment ee, String note) Records aMakePrivateEventon the experiment.voidrecordMadePublic(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
Runs the sample-correlation compute step for an experiment. The annotation surface records aFailedSampleCorrelationAnalysisEventif the call throws (either aFilteringExceptionor any otherException). Used byExpressionDataCorrMatCli.- Throws:
FilteringException
-