Uses of Class
ubic.gemma.rest.HeatmapDataValueObject
Packages that use HeatmapDataValueObject
-
Uses of HeatmapDataValueObject in ubic.gemma.rest
Methods in ubic.gemma.rest that return HeatmapDataValueObjectModifier and TypeMethodDescriptionHeatmapDataService.buildHeatmapData(ExpressionExperiment ee, Collection<Long> geneIds, Collection<Long> probeIds, Long resultSetId, double threshold, Integer pcaComponent, int pcaCount, int sampleSize, String encoding, Long subSetId, QuantitationType quantitationType, boolean maskOutliers) Build a heatmap payload foreegiven a vector-selection mode.Methods in ubic.gemma.rest that return types with arguments of type HeatmapDataValueObjectModifier and TypeMethodDescriptionDatasetVisualizationWebService.getDatasetHeatmapData(DatasetArg<?> datasetArg, String genesCsv, String probesCsv, Long resultSetId, Double threshold, Integer pcaComponent, Integer pcaCount, Integer sampleSize, String encoding, Long subSetId, QuantitationTypeArg<?> quantitationTypeArg, boolean maskOutliers) Resolve raw matrix + metadata for a client-rendered heatmap.