Uses of Annotation Interface
ubic.gemma.core.security.audit.AuditedOnError
Packages that use AuditedOnError
Package
Description
This package contains classes for preprocessing expression data.
This package contains interfaces and classes for loading expression data.
-
Uses of AuditedOnError in ubic.gemma.core.analysis.expression.diff
Methods in ubic.gemma.core.analysis.expression.diff with annotations of type AuditedOnErrorModifier and TypeMethodDescriptionDifferentialExpressionAnalyzerServiceImpl.runDifferentialExpressionAnalyses(ExpressionExperiment expressionExperiment, DifferentialExpressionAnalysisConfig config) -
Uses of AuditedOnError in ubic.gemma.core.analysis.preprocess
Methods in ubic.gemma.core.analysis.preprocess with annotations of type AuditedOnErrorModifier and TypeMethodDescriptionvoidPreprocessorHelperServiceImpl.processForMeanVarianceRelation(ExpressionExperiment ee) Create the scatter plot to evaluate heteroscedasticity.voidPreprocessorHelperServiceImpl.processForPca(ExpressionExperiment ee) voidPreprocessorHelperServiceImpl.processForSampleCorrelation(ExpressionExperiment ee) Create the heatmaps used to judge similarity among samples. -
Uses of AuditedOnError in ubic.gemma.core.loader.expression
Methods in ubic.gemma.core.loader.expression with annotations of type AuditedOnErrorModifier and TypeMethodDescriptionvoidDataUpdaterImpl.reprocessAffyDataFromCel(ExpressionExperiment ee) Affymetrix only: Provide or replace data for an Affymetrix-based experiment, using CEL files. -
Uses of AuditedOnError in ubic.gemma.core.security.audit
Methods in ubic.gemma.core.security.audit with parameters of type AuditedOnErrorModifier and TypeMethodDescriptionvoidAuditedAspect.afterAuditedOnErrorMethod(org.aspectj.lang.JoinPoint joinPoint, AuditedOnError auditedOnError, Throwable ex) Phase C:AuditedOnErrorfires when the annotated method exits by throwing. -
Uses of AuditedOnError in ubic.gemma.persistence.service.expression.bioAssayData
Methods in ubic.gemma.persistence.service.expression.bioAssayData with annotations of type AuditedOnErrorModifier and TypeMethodDescriptionProcessedExpressionDataVectorServiceImpl.createProcessedDataVectors(ExpressionExperiment expressionExperiment, boolean updateRanks, boolean ignoreQuantitationMismatch) intProcessedExpressionDataVectorServiceImpl.removeProcessedDataVectors(ExpressionExperiment ee) intProcessedExpressionDataVectorServiceImpl.replaceProcessedDataVectors(ExpressionExperiment ee, Collection<ProcessedExpressionDataVector> vectors, boolean updateRanks) voidProcessedExpressionDataVectorServiceImpl.updateRanks(ExpressionExperiment ee)