Uses of Class
ubic.gemma.core.analysis.preprocess.svd.SVDResult
-
Packages that use SVDResult Package Description ubic.gemma.core.analysis.preprocess.svd -
-
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(Long eeId)
SVDResult
SVDServiceImpl. getSvd(Long eeId)
Get the SVD information for experiment with id given.SVDResult
SVDService. getSvdFactorAnalysis(Long eeId)
SVDResult
SVDServiceImpl. getSvdFactorAnalysis(Long eeId)
SVDResult
SVDServiceHelper. retrieveSvd(ExpressionExperiment ee)
SVDResult
SVDServiceHelperImpl. retrieveSvd(ExpressionExperiment ee)
Get the SVD information for experiment with id given.SVDResult
SVDService. svd(Long eeId)
SVDResult
SVDServiceHelper. svd(ExpressionExperiment ee)
SVDResult
SVDServiceHelperImpl. svd(ExpressionExperiment ee)
SVDResult
SVDServiceImpl. svd(Long eeId)
SVDResult
SVDServiceHelper. svdFactorAnalysis(PrincipalComponentAnalysis pca)
Compare ExperimentalFactors and BioAssay.processingDates to the PCs.SVDResult
SVDServiceHelper. svdFactorAnalysis(ExpressionExperiment ee)
Compare ExperimentalFactors and BioAssay.processingDates to the PCs.SVDResult
SVDServiceHelperImpl. svdFactorAnalysis(PrincipalComponentAnalysis pca)
SVDResult
SVDServiceHelperImpl. svdFactorAnalysis(ExpressionExperiment ee)
-