Uses of Class
ubic.gemma.rest.DatasetsWebService.PcLoadingsValueObject
Packages that use DatasetsWebService.PcLoadingsValueObject
-
Uses of DatasetsWebService.PcLoadingsValueObject in ubic.gemma.rest
Methods in ubic.gemma.rest that return DatasetsWebService.PcLoadingsValueObjectModifier and TypeMethodDescriptionDatasetsWebService.PcLoadingsValueObject.from(int pc, int top, DatasetsWebService.PcLoadingDirection direction, Map<ProbeLoading, DoubleVectorValueObject> loaded, SVDResult svd, Function<Collection<Long>, Map<Long, Gene>> geneResolver) Methods in ubic.gemma.rest that return types with arguments of type DatasetsWebService.PcLoadingsValueObjectModifier and TypeMethodDescriptionDatasetsWebService.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.