Uses of Enum Class
ubic.gemma.rest.DatasetsWebService.PcLoadingDirection
Packages that use DatasetsWebService.PcLoadingDirection
-
Uses of DatasetsWebService.PcLoadingDirection in ubic.gemma.rest
Subclasses with type arguments of type DatasetsWebService.PcLoadingDirection in ubic.gemma.restModifier and TypeClassDescriptionstatic enumSort direction forDatasetsWebService.getDatasetSvdLoadings(DatasetArg, Integer, Integer, DatasetsWebService.PcLoadingDirection):bothsorts by |loading| desc,positivefilters to loading > 0 desc,negativefilters to loading < 0 asc.Methods in ubic.gemma.rest that return DatasetsWebService.PcLoadingDirectionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.DatasetsWebService.PcLoadingDirection.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.PcLoadingDirectionModifier and TypeMethodDescriptionDatasetsWebService.PcLoadingsValueObject.from(int pc, int top, DatasetsWebService.PcLoadingDirection direction, Map<ProbeLoading, DoubleVectorValueObject> loaded, SVDResult svd, Function<Collection<Long>, Map<Long, Gene>> geneResolver) DatasetsWebService.getDatasetSvdLoadings(DatasetArg<?> datasetArg, Integer pc, Integer top, DatasetsWebService.PcLoadingDirection direction) Retrieve the top-N probe loadings on a chosen principal component, plus the bioAssay scores on that PC.