Uses of Record Class
ubic.gemma.core.security.audit.payload.SampleCorrelationAnalysisPayload
Packages that use SampleCorrelationAnalysisPayload
Package
Description
-
Uses of SampleCorrelationAnalysisPayload in ubic.gemma.persistence.service.analysis.expression.sampleCoexpression
Methods in ubic.gemma.persistence.service.analysis.expression.sampleCoexpression that return SampleCorrelationAnalysisPayloadMethods in ubic.gemma.persistence.service.analysis.expression.sampleCoexpression with parameters of type SampleCorrelationAnalysisPayloadModifier and TypeMethodDescriptionvoidSampleCoexpressionAuditService.recordSampleCorrelationAnalysis(ExpressionExperiment ee, SampleCorrelationAnalysisPayload payload) Emit aSampleCorrelationAnalysisEventforee, carrying the filter attrition recorded while the matrix was built.voidSampleCoexpressionAuditServiceImpl.recordSampleCorrelationAnalysis(ExpressionExperiment ee, SampleCorrelationAnalysisPayload payload) Constructors in ubic.gemma.persistence.service.analysis.expression.sampleCoexpression with parameters of type SampleCorrelationAnalysisPayloadModifierConstructorDescriptionPreparedCoexMatrices(SampleCoexpressionMatrix matrix, SampleCoexpressionMatrix regressedMatrix, SampleCorrelationAnalysisPayload filterAttrition) -
Uses of SampleCorrelationAnalysisPayload in ubic.gemma.rest
Methods in ubic.gemma.rest that return SampleCorrelationAnalysisPayloadModifier and TypeMethodDescriptionPipelineStatusValueObject.PipelineStepValueObject.getFilterAttrition()How many design elements and samples each filter removed while the step ran, and the filter settings that produced those numbers.Methods in ubic.gemma.rest with parameters of type SampleCorrelationAnalysisPayloadModifier and TypeMethodDescriptionvoidPipelineStatusValueObject.PipelineStepValueObject.setFilterAttrition(SampleCorrelationAnalysisPayload filterAttrition) How many design elements and samples each filter removed while the step ran, and the filter settings that produced those numbers.Constructors in ubic.gemma.rest with parameters of type SampleCorrelationAnalysisPayloadModifierConstructorDescriptionPipelineStepValueObject(String step, String state, Date lastRun, String eventType, String message, SampleCorrelationAnalysisPayload filterAttrition, ProcessedVectorComputationPayload processedVectors)