Uses of Class
ubic.gemma.persistence.service.expression.bioAssayData.ProcessedExpressionDataVectorDao.RankMethod
-
Packages that use ProcessedExpressionDataVectorDao.RankMethod Package Description ubic.gemma.core.analysis.service ubic.gemma.persistence.service.expression.bioAssayData -
-
Uses of ProcessedExpressionDataVectorDao.RankMethod in ubic.gemma.core.analysis.service
Methods in ubic.gemma.core.analysis.service with parameters of type ProcessedExpressionDataVectorDao.RankMethod Modifier and Type Method Description DoubleMatrix<Gene,ExpressionExperiment>
ExpressionDataMatrixService. getRankMatrix(Collection<Gene> genes, Collection<ExpressionExperiment> ees, ProcessedExpressionDataVectorDao.RankMethod method)
DoubleMatrix<Gene,ExpressionExperiment>
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.RankMethod Modifier and Type Method Description static ProcessedExpressionDataVectorDao.RankMethod
ProcessedExpressionDataVectorDao.RankMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProcessedExpressionDataVectorDao.RankMethod[]
ProcessedExpressionDataVectorDao.RankMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-