Uses of Class
ubic.gemma.core.analysis.preprocess.svd.SVDException
Packages that use SVDException
Package
Description
This package contains built-in Gemma CLI applications.
This package contains classes for preprocessing expression data.
-
Uses of SVDException in ubic.gemma.apps
Methods in ubic.gemma.apps that throw SVDExceptionModifier and TypeMethodDescriptionprotected void
SVDCli.processExpressionExperiment
(ExpressionExperiment ee) -
Uses of SVDException in ubic.gemma.core.analysis.preprocess
Methods in ubic.gemma.core.analysis.preprocess that return SVDExceptionConstructors in ubic.gemma.core.analysis.preprocess with parameters of type SVDExceptionModifierConstructorDescription -
Uses of SVDException in ubic.gemma.core.analysis.preprocess.svd
Methods in ubic.gemma.core.analysis.preprocess.svd that throw SVDExceptionModifier and TypeMethodDescriptionSVDService.svd
(ExpressionExperiment ee) Compute and update the SVD analysis fo the given experiment.SVDServiceImpl.svd
(ExpressionExperiment ee) Constructors in ubic.gemma.core.analysis.preprocess.svd that throw SVDExceptionModifierConstructorDescriptionExpressionDataSVD
(ExpressionDataDoubleMatrix expressionData) Does normalization.ExpressionDataSVD
(ExpressionDataDoubleMatrix expressionData, boolean normalizeMatrix) -
Uses of SVDException in ubic.gemma.core.tasks.analysis.expression
Methods in ubic.gemma.core.tasks.analysis.expression that throw SVDException