Uses of Class
ubic.gemma.core.analysis.preprocess.svd.SVDResult
Packages that use SVDResult
-
Uses of SVDResult in ubic.gemma.core.analysis.preprocess.svd
Methods in ubic.gemma.core.analysis.preprocess.svd that return SVDResultModifier and TypeMethodDescriptionSVDService.getSvd(ExpressionExperiment ee) Obtain the SVD analysis for the given experiment, if it exists.SVDServiceImpl.getSvd(ExpressionExperiment ee) Get the SVD information for experiment with id given.SVDService.getSvdFactorAnalysis(PrincipalComponentAnalysis pca) Compare ExperimentalFactors and BioAssay.processingDates to the PCs.SVDService.getSvdFactorAnalysis(ExpressionExperiment ee) Compare ExperimentalFactors and BioAssay.processingDates to the PCs.SVDServiceImpl.getSvdFactorAnalysis(PrincipalComponentAnalysis pca) SVDServiceImpl.getSvdFactorAnalysis(ExpressionExperiment ee) SVDService.svd(ExpressionExperiment ee) Compute and update the SVD analysis fo the given experiment.SVDServiceImpl.svd(ExpressionExperiment ee) -
Uses of SVDResult in ubic.gemma.rest
Constructors in ubic.gemma.rest with parameters of type SVDResult