Uses of Class
ubic.gemma.model.analysis.expression.pca.ProbeLoading
Packages that use ProbeLoading
Package
Description
-
Uses of ProbeLoading in ubic.gemma.core.analysis.preprocess.svd
Methods in ubic.gemma.core.analysis.preprocess.svd that return types with arguments of type ProbeLoadingModifier and TypeMethodDescriptionSVDService.getTopLoadedVectors(ExpressionExperiment ee, int component, int count) SVDServiceImpl.getTopLoadedVectors(ExpressionExperiment ee, int component, int count) -
Uses of ProbeLoading in ubic.gemma.model.analysis.expression.pca
Methods in ubic.gemma.model.analysis.expression.pca that return ProbeLoadingModifier and TypeMethodDescriptionstatic ProbeLoadingProbeLoading.Factory.newInstance(Integer componentNumber, Double loading, Integer loadingRank, CompositeSequence probe) Methods in ubic.gemma.model.analysis.expression.pca that return types with arguments of type ProbeLoadingMethod parameters in ubic.gemma.model.analysis.expression.pca with type arguments of type ProbeLoadingModifier and TypeMethodDescriptionvoidPrincipalComponentAnalysis.setProbeLoadings(Set<ProbeLoading> probeLoadings) -
Uses of ProbeLoading in ubic.gemma.persistence.service.analysis.expression.pca
Methods in ubic.gemma.persistence.service.analysis.expression.pca that return types with arguments of type ProbeLoadingModifier and TypeMethodDescriptionPrincipalComponentAnalysisDao.getTopLoadedProbes(ExpressionExperiment ee, int component, int count) PrincipalComponentAnalysisDaoImpl.getTopLoadedProbes(ExpressionExperiment ee, int component, int count) PrincipalComponentAnalysisService.getTopLoadedProbes(ExpressionExperiment ee, int component, int count) PrincipalComponentAnalysisServiceImpl.getTopLoadedProbes(ExpressionExperiment ee, int component, int count)