Uses of Enum Class
ubic.gemma.rest.DatasetsWebService.CorrelationMatrixChoice
Packages that use DatasetsWebService.CorrelationMatrixChoice
-
Uses of DatasetsWebService.CorrelationMatrixChoice in ubic.gemma.rest
Subclasses with type arguments of type DatasetsWebService.CorrelationMatrixChoice in ubic.gemma.restModifier and TypeClassDescriptionstatic enumWhich of the two stored sample-correlation matricesDatasetsWebService.getDatasetSampleCorrelation(DatasetArg, DatasetsWebService.CorrelationMatrixChoice)should return.Methods in ubic.gemma.rest that return DatasetsWebService.CorrelationMatrixChoiceModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.DatasetsWebService.CorrelationMatrixChoice.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ubic.gemma.rest with parameters of type DatasetsWebService.CorrelationMatrixChoiceModifier and TypeMethodDescriptionDatasetsWebService.getDatasetSampleCorrelation(DatasetArg<?> datasetArg, DatasetsWebService.CorrelationMatrixChoice which) Retrieves the sample-sample correlation matrix plus both outlier classifications (curator-flagged + algorithmic), unmasked.