Uses of Enum
ubic.gemma.persistence.service.expression.bioAssayData.ProcessedExpressionDataVectorDao.RankMethod
Packages that use ProcessedExpressionDataVectorDao.RankMethod
Package
Description
-
Uses of ProcessedExpressionDataVectorDao.RankMethod in ubic.gemma.core.analysis.service
Methods in ubic.gemma.core.analysis.service with parameters of type ProcessedExpressionDataVectorDao.RankMethodModifier and TypeMethodDescriptionExpressionDataMatrixService.getRankMatrix
(Collection<Gene> genes, Collection<ExpressionExperiment> ees, ProcessedExpressionDataVectorDao.RankMethod method) ExpressionDataMatrixServiceImpl.getRankMatrix
(Collection<Gene> genes, Collection<ExpressionExperiment> ees, ProcessedExpressionDataVectorDao.RankMethod method) -
Uses of ProcessedExpressionDataVectorDao.RankMethod in ubic.gemma.persistence.service.expression.bioAssayData
Methods in ubic.gemma.persistence.service.expression.bioAssayData that return ProcessedExpressionDataVectorDao.RankMethodModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.ProcessedExpressionDataVectorDao.RankMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ubic.gemma.persistence.service.expression.bioAssayData with parameters of type ProcessedExpressionDataVectorDao.RankMethodModifier and TypeMethodDescriptionProcessedExpressionDataVectorDao.getRanks
(Collection<ExpressionExperiment> expressionExperiments, Collection<Gene> genes, ProcessedExpressionDataVectorDao.RankMethod method) ProcessedExpressionDataVectorDao.getRanks
(ExpressionExperiment expressionExperiment, Collection<Gene> genes, ProcessedExpressionDataVectorDao.RankMethod method) ProcessedExpressionDataVectorDaoImpl.getRanks
(Collection<ExpressionExperiment> expressionExperiments, Collection<Gene> genes, ProcessedExpressionDataVectorDao.RankMethod method) ProcessedExpressionDataVectorDaoImpl.getRanks
(ExpressionExperiment expressionExperiment, Collection<Gene> genes, ProcessedExpressionDataVectorDao.RankMethod method) ProcessedExpressionDataVectorService.getRanks
(Collection<ExpressionExperiment> expressionExperiments, Collection<Gene> genes, ProcessedExpressionDataVectorDao.RankMethod method) ProcessedExpressionDataVectorServiceImpl.getRanks
(Collection<ExpressionExperiment> expressionExperiments, Collection<Gene> genes, ProcessedExpressionDataVectorDao.RankMethod method)