Uses of Class
ubic.gemma.rest.DatasetsWebService.PcLoadingsValueObject.Row
Packages that use DatasetsWebService.PcLoadingsValueObject.Row
-
Uses of DatasetsWebService.PcLoadingsValueObject.Row in ubic.gemma.rest
Methods in ubic.gemma.rest that return types with arguments of type DatasetsWebService.PcLoadingsValueObject.RowModifier and TypeMethodDescriptionDatasetsWebService.PcLoadingsValueObject.getRows()Top-N probe loadings, sorted by |loading| desc (direction=both), descending loading (positive), or ascending loading (negative).Constructor parameters in ubic.gemma.rest with type arguments of type DatasetsWebService.PcLoadingsValueObject.RowModifierConstructorDescriptionPcLoadingsValueObject(int pc, List<DatasetsWebService.PcLoadingsValueObject.Row> rows, Map<Long, Double> bioAssayScores) Creates a newPcLoadingsValueObjectinstance.