Uses of Interface
ubic.gemma.core.util.ProgressReporter
Packages that use ProgressReporter
Package
Description
This package contains utilities for loading and interacting with the UCSC Cell Browser.
-
Uses of ProgressReporter in ubic.gemma.cli.util
Classes in ubic.gemma.cli.util that implement ProgressReporterMethods in ubic.gemma.cli.util that return ProgressReporterModifier and TypeMethodDescriptionConsoleProgressReporterFactory.createProgressReporter(String what, String logCategory) -
Uses of ProgressReporter in ubic.gemma.core.loader.expression.ucsc.cellbrowser
Methods in ubic.gemma.core.loader.expression.ucsc.cellbrowser with parameters of type ProgressReporterModifier and TypeMethodDescriptionstatic SingleCellExpressionDataMatrix<?> UcscCellBrowserUtils.getDatasetDataMatrix(String datasetId, QuantitationType quantitationType, Map<String, CompositeSequence> designElementsMap, Map<String, BioAssay> cellIdToAssayMap, ProgressReporter progressReporter) Create a stream over the expression data matrix of a given dataset. -
Uses of ProgressReporter in ubic.gemma.core.util
Classes in ubic.gemma.core.util that implement ProgressReporterModifier and TypeClassDescriptionclassclassReport progress to a specific log category.Methods in ubic.gemma.core.util that return ProgressReporterModifier and TypeMethodDescriptionDefaultProgressReporterFactory.createProgressReporter(String what, String logCategory) ProgressReporterFactory.createProgressReporter(String what, String logCategory) Obtain a progress reporte for a specific log category.Constructors in ubic.gemma.core.util with parameters of type ProgressReporterModifierConstructorDescriptionProgressInputStream(InputStream in, ProgressReporter progressReporter, long maxSizeInBytes)