Uses of Record Class
ubic.gemma.core.security.audit.payload.ProcessedVectorComputationPayload
Packages that use ProcessedVectorComputationPayload
-
Uses of ProcessedVectorComputationPayload in ubic.gemma.persistence.service.expression.bioAssayData
Methods in ubic.gemma.persistence.service.expression.bioAssayData with parameters of type ProcessedVectorComputationPayloadModifier and TypeMethodDescriptionvoidProcessedExpressionDataVectorAuditService.recordProcessedVectorComputation(ExpressionExperiment ee, ProcessedVectorComputationPayload payload) voidProcessedExpressionDataVectorAuditServiceImpl.recordProcessedVectorComputation(ExpressionExperiment ee, ProcessedVectorComputationPayload payload) -
Uses of ProcessedVectorComputationPayload in ubic.gemma.rest
Methods in ubic.gemma.rest that return ProcessedVectorComputationPayloadModifier and TypeMethodDescriptionPipelineStatusValueObject.PipelineStepValueObject.getProcessedVectors()What the processed-vector creation did to the data: which raw quantitation type it started from, which one it produced, how many cells were masked for missing values and for outliers, and whether the result was quantile-normalized.Methods in ubic.gemma.rest with parameters of type ProcessedVectorComputationPayloadModifier and TypeMethodDescriptionvoidPipelineStatusValueObject.PipelineStepValueObject.setProcessedVectors(ProcessedVectorComputationPayload processedVectors) What the processed-vector creation did to the data: which raw quantitation type it started from, which one it produced, how many cells were masked for missing values and for outliers, and whether the result was quantile-normalized.Constructors in ubic.gemma.rest with parameters of type ProcessedVectorComputationPayloadModifierConstructorDescriptionPipelineStepValueObject(String step, String state, Date lastRun, String eventType, String message, SampleCorrelationAnalysisPayload filterAttrition, ProcessedVectorComputationPayload processedVectors)