Uses of Class
ubic.gemma.core.analysis.preprocess.svd.SVDResult
-
Packages that use SVDResult Package Description ubic.gemma.core.analysis.preprocess.svd ubic.gemma.rest -
-
Uses of SVDResult in ubic.gemma.core.analysis.preprocess.svd
Methods in ubic.gemma.core.analysis.preprocess.svd that return SVDResult Modifier and Type Method Description SVDResult
SVDService. getSvd(ExpressionExperiment ee)
SVDResult
SVDServiceImpl. getSvd(ExpressionExperiment ee)
Get the SVD information for experiment with id given.SVDResult
SVDService. getSvdFactorAnalysis(PrincipalComponentAnalysis pca)
Compare ExperimentalFactors and BioAssay.processingDates to the PCs.SVDResult
SVDService. getSvdFactorAnalysis(ExpressionExperiment ee)
Compare ExperimentalFactors and BioAssay.processingDates to the PCs.SVDResult
SVDServiceImpl. getSvdFactorAnalysis(PrincipalComponentAnalysis pca)
SVDResult
SVDServiceImpl. getSvdFactorAnalysis(ExpressionExperiment ee)
SVDResult
SVDService. svd(ExpressionExperiment ee)
SVDResult
SVDServiceImpl. svd(ExpressionExperiment ee)
-
Uses of SVDResult in ubic.gemma.rest
Constructors in ubic.gemma.rest with parameters of type SVDResult Constructor Description SimpleSVDValueObject(SVDResult svd)
-