Uses of Class
ubic.gemma.model.expression.bioAssayData.SingleCellExpressionDataVector
Packages that use SingleCellExpressionDataVector
Package
Description
This package contains classes for analysing single-cell expression data.
This package contains classes for subsetting and aggregating single-cell data.
This package contains data structures for representing matrices of gene expression.
This package contains I/O utilities for reading and writing expression data matrices.
This package contains classes for loading single-cell expression data.
This package contains classes related to the Cell Browser visualization tool.
-
Uses of SingleCellExpressionDataVector in ubic.gemma.core.analysis.singleCell
Methods in ubic.gemma.core.analysis.singleCell that return types with arguments of type SingleCellExpressionDataVectorModifier and TypeMethodDescriptionSingleCellSlicerUtils.createSlicer(List<BioAssay> assays) Create a slicer for single-cell data vectors.SingleCellSlicerUtils.createSlicer(List<BioAssay> assays) Create a slicer for single-cell data vectors.SingleCellSlicerUtils.createSlicer(List<BioAssay> assays, List<String> cellIds, Set<CellTypeAssignment> ctas, Set<CellLevelCharacteristics> clcs) Create a slicer for single-cell data vectors whose cell IDs, CTAs, and CLCs are already pre-sliced.SingleCellSlicerUtils.createSlicer(List<BioAssay> assays, List<String> cellIds, Set<CellTypeAssignment> ctas, Set<CellLevelCharacteristics> clcs) Create a slicer for single-cell data vectors whose cell IDs, CTAs, and CLCs are already pre-sliced.SingleCellSlicerUtils.slice(Collection<SingleCellExpressionDataVector> vectors, List<BioAssay> bioAssays) Methods in ubic.gemma.core.analysis.singleCell with parameters of type SingleCellExpressionDataVectorModifier and TypeMethodDescriptionvoidSingleCellSparsityMetrics.addExpressedCells(SingleCellExpressionDataVector vector, int sampleIndex, CellLevelCharacteristics cellLevelCharacteristics, int characteristicIndex, boolean[] isExpressed) Populate a boolean vector that indicates if a cell has at least one expressed gene.static int[]SingleCellDescriptive.count(SingleCellExpressionDataVector vector) Count the number of values in each assay.static int[]SingleCellDescriptive.countAboveThreshold(SingleCellExpressionDataVector vector, double threshold) Compute the number of cells expressed strictly above the given threshold.static int[]SingleCellDescriptive.countFast(SingleCellExpressionDataVector vector) Quickly count the non-zeroes for each assay.static intSingleCellDescriptive.countFast(SingleCellExpressionDataVector vector, int sampleIndex) static intSingleCellDescriptive.countFast(SingleCellExpressionDataVector vector, int sampleIndex, CellLevelCharacteristics cellLevelCharacteristics, int row) static int[]SingleCellDescriptive.countFast(SingleCellExpressionDataVector vector, CellLevelCharacteristics cellLevelCharacteristics) static int[]SingleCellDescriptive.countFastWithUnknown(SingleCellExpressionDataVector vector, CellLevelCharacteristics cellLevelCharacteristics) intSingleCellSparsityMetrics.getNumberOfCellsByDesignElements(SingleCellExpressionDataVector vector, int sampleIndex, CellLevelCharacteristics cellLevelCharacteristics, int characteristicIndex) intSingleCellSparsityMetrics.getNumberOfDesignElements(SingleCellExpressionDataVector vector, int sampleIndex, CellLevelCharacteristics characteristic, int characteristicIndex) booleanSingleCellSparsityMetrics.isSupported(SingleCellExpressionDataVector vector) Check if sparsity metrics can be computed for a given collection of vectors.static double[]SingleCellDescriptive.max(SingleCellExpressionDataVector vector) static doubleSingleCellDescriptive.max(SingleCellExpressionDataVector vector, int sampleIndex) static doubleSingleCellDescriptive.max(SingleCellExpressionDataVector vector, int sampleIndex, CellLevelCharacteristics cellLevelCharacteristics, int row) static double[]SingleCellDescriptive.max(SingleCellExpressionDataVector vector, CellLevelCharacteristics cellLevelCharacteristics) static double[]SingleCellDescriptive.mean(SingleCellExpressionDataVector vector) Calculate the mean of each assay for a given vector.static doubleSingleCellDescriptive.mean(SingleCellExpressionDataVector vector, int sampleIndex) static doubleSingleCellDescriptive.mean(SingleCellExpressionDataVector vector, int sampleIndex, CellLevelCharacteristics cellLevelCharacteristics, int row) static doubleSingleCellDescriptive.mean(SingleCellExpressionDataVector vector, BioAssay sample) Calculate the mean of a given assay.static double[]SingleCellDescriptive.median(SingleCellExpressionDataVector vector) Calculate the median of each assay for a given vector.static doubleSingleCellDescriptive.median(SingleCellExpressionDataVector vector, int column) static doubleSingleCellDescriptive.median(SingleCellExpressionDataVector vector, int column, CellLevelCharacteristics cellLevelCharacteristics, int row) static double[]SingleCellDescriptive.min(SingleCellExpressionDataVector vector) static doubleSingleCellDescriptive.min(SingleCellExpressionDataVector vector, int sampleIndex) static doubleSingleCellDescriptive.min(SingleCellExpressionDataVector vector, int sampleIndex, CellLevelCharacteristics cellLevelCharacteristics, int row) static double[]SingleCellDescriptive.min(SingleCellExpressionDataVector vector, CellLevelCharacteristics cellLevelCharacteristics) static double[]SingleCellDescriptive.quantile(SingleCellExpressionDataVector vector, double q) static doubleSingleCellDescriptive.quantile(SingleCellExpressionDataVector vector, int sampleIndex, double v) static doubleSingleCellDescriptive.quantile(SingleCellExpressionDataVector vector, int sampleIndex, CellLevelCharacteristics cellLevelCharacteristics, int row, double q) static double[]SingleCellDescriptive.quantile(SingleCellExpressionDataVector vector, CellLevelCharacteristics cellLevelCharacteristics, int row, double q) static double[]SingleCellDescriptive.sampleStandardDeviation(SingleCellExpressionDataVector vector) static doubleSingleCellDescriptive.sampleStandardDeviation(SingleCellExpressionDataVector vector, BioAssay sample) static double[]SingleCellDescriptive.sampleVariance(SingleCellExpressionDataVector vector) static doubleSingleCellDescriptive.sampleVariance(SingleCellExpressionDataVector vector, BioAssay sample) Calculate the variance of a given assay.static double[]SingleCellDescriptive.sum(SingleCellExpressionDataVector vector) static double[]SingleCellDescriptive.sum(SingleCellExpressionDataVector vector, CellLevelCharacteristics cellLevelCharacteristics) static double[]SingleCellDescriptive.sumUnscaled(SingleCellExpressionDataVector vector) static double[]SingleCellDescriptive.sumWithUnknown(SingleCellExpressionDataVector vector, CellLevelCharacteristics cellLevelCharacteristics) Method parameters in ubic.gemma.core.analysis.singleCell with type arguments of type SingleCellExpressionDataVectorModifier and TypeMethodDescriptionintSingleCellSparsityMetrics.getNumberOfCells(Collection<SingleCellExpressionDataVector> vectors, int sampleIndex, CellLevelCharacteristics cellLevelCharacteristics, int characteristicIndex) Calculate the number of cells with at least one gene expressed.intSingleCellSparsityMetrics.getNumberOfCellsByDesignElements(Collection<SingleCellExpressionDataVector> vectors, int sampleIndex, CellLevelCharacteristics cellLevelCharacteristics, int characteristicIndex) Calculate the number of expressed cell by gene pairs.intSingleCellSparsityMetrics.getNumberOfDesignElements(Collection<SingleCellExpressionDataVector> vectors, int sampleIndex, CellLevelCharacteristics characteristic, int characteristicIndex) Calculate the number of genes expressed in at least one cell.SingleCellSlicerUtils.slice(Collection<SingleCellExpressionDataVector> vectors, List<BioAssay> bioAssays) -
Uses of SingleCellExpressionDataVector in ubic.gemma.core.analysis.singleCell.aggregate
Methods in ubic.gemma.core.analysis.singleCell.aggregate that return types with arguments of type SingleCellExpressionDataVectorModifier and TypeMethodDescriptionSingleCellDataVectorAggregatorUtils.createAggregator(SingleCellDataVectorAggregatorUtils.SingleCellAggregationMethod method, CellLevelCharacteristics cellLevelCharacteristics, boolean aggregateUnknownCharacteristics) Create an aggregator that can be used on aStreamof vectors.Method parameters in ubic.gemma.core.analysis.singleCell.aggregate with type arguments of type SingleCellExpressionDataVectorModifier and TypeMethodDescriptionstatic Collection<RawExpressionDataVector> SingleCellDataVectorAggregatorUtils.aggregate(Collection<SingleCellExpressionDataVector> vectors, SingleCellDataVectorAggregatorUtils.SingleCellAggregationMethod method, CellLevelCharacteristics cellLevelCharacteristics, boolean aggregateUnknownCharacteristics) Aggregate a collection of vectors. -
Uses of SingleCellExpressionDataVector in ubic.gemma.core.datastructure.matrix
Methods in ubic.gemma.core.datastructure.matrix that return types with arguments of type SingleCellExpressionDataVectorModifier and TypeMethodDescriptionstatic List<SingleCellExpressionDataVector> SingleCellExpressionDataMatrixUtils.toVectors(SingleCellExpressionDataMatrix<?> matrix) Method parameters in ubic.gemma.core.datastructure.matrix with type arguments of type SingleCellExpressionDataVectorModifier and TypeMethodDescriptionstatic SingleCellExpressionDataMatrix<?> SingleCellExpressionDataMatrix.getMatrix(List<SingleCellExpressionDataVector> vectors) Constructor parameters in ubic.gemma.core.datastructure.matrix with type arguments of type SingleCellExpressionDataVectorModifierConstructorDescription -
Uses of SingleCellExpressionDataVector in ubic.gemma.core.datastructure.matrix.io
Method parameters in ubic.gemma.core.datastructure.matrix.io with type arguments of type SingleCellExpressionDataVectorModifier and TypeMethodDescriptionintMexMatrixWriter.write(Stream<SingleCellExpressionDataVector> vectors, int numVecs, Map<BioAssay, Long> nnzBySample, Map<CompositeSequence, Set<Gene>> cs2gene, Path outputDir) Writes a stream of vectors to a directory.intMexMatrixWriter.write(SingleCellExpressionDataMatrix<?> matrix, Class<? extends SingleCellExpressionDataVector> vectorType, OutputStream stream) intMexMatrixWriter.write(SingleCellExpressionDataMatrix<?> matrix, Class<? extends SingleCellExpressionDataVector> vectorType, Writer stream) intTabularMatrixWriter.write(Collection<SingleCellExpressionDataVector> vectors, Map<CompositeSequence, Set<Gene>> cs2gene, Writer writer) intTabularMatrixWriter.write(Stream<SingleCellExpressionDataVector> vectors, Map<CompositeSequence, Set<Gene>> cs2gene, Writer writer) intTabularMatrixWriter.write(SingleCellExpressionDataMatrix<?> matrix, Class<? extends SingleCellExpressionDataVector> vectorType, Writer writer) -
Uses of SingleCellExpressionDataVector in ubic.gemma.core.loader.expression.singleCell
Methods in ubic.gemma.core.loader.expression.singleCell that return types with arguments of type SingleCellExpressionDataVectorModifier and TypeMethodDescriptionAbstractDelegatingSingleCellDataLoader.loadVectors(Collection<CompositeSequence> designElements, SingleCellDimension dimension, QuantitationType quantitationType) AnnDataSingleCellDataLoader.loadVectors(Collection<CompositeSequence> designElements, SingleCellDimension dimension, QuantitationType quantitationType) MexSingleCellDataLoader.loadVectors(Collection<CompositeSequence> designElements, SingleCellDimension scd, QuantitationType quantitationType) NullSingleCellDataLoader.loadVectors(Collection<CompositeSequence> designElements, SingleCellDimension dimension, QuantitationType quantitationType) SingleCellDataLoader.loadVectors(Collection<CompositeSequence> designElements, SingleCellDimension dimension, QuantitationType quantitationType) Produces a stream of single-cell expression data vectors for the givenQuantitationType. -
Uses of SingleCellExpressionDataVector in ubic.gemma.core.visualization
Constructors in ubic.gemma.core.visualization with parameters of type SingleCellExpressionDataVector -
Uses of SingleCellExpressionDataVector in ubic.gemma.core.visualization.cellbrowser
Method parameters in ubic.gemma.core.visualization.cellbrowser with type arguments of type SingleCellExpressionDataVectorModifier and TypeMethodDescriptionintCellBrowserTabularMatrixWriter.write(Collection<SingleCellExpressionDataVector> vectors, Map<CompositeSequence, Set<Gene>> cs2gene, Writer writer) intCellBrowserTabularMatrixWriter.write(Stream<SingleCellExpressionDataVector> vectors, Map<CompositeSequence, Set<Gene>> cs2gene, Writer writer) intCellBrowserTabularMatrixWriter.write(SingleCellExpressionDataMatrix<?> matrix, Class<? extends SingleCellExpressionDataVector> vectorType, Writer writer) -
Uses of SingleCellExpressionDataVector in ubic.gemma.model.expression.bioAssayData
Methods in ubic.gemma.model.expression.bioAssayData that return types with arguments of type SingleCellExpressionDataVectorModifier and TypeMethodDescriptionSingleCellExpressionDataVectorUtils.createStreamMonitor(ExpressionExperiment ee, QuantitationType qt, String logCategory, int reportFrequency, long numVecs) Create a consumer for aStreamthat will report progress of retrieving single-cell vectors.Methods in ubic.gemma.model.expression.bioAssayData with parameters of type SingleCellExpressionDataVectorModifier and TypeMethodDescriptionstatic double[]SingleCellExpressionDataVectorUtils.getSampleDataAsDoubles(SingleCellExpressionDataVector vector, int sampleIndex) Obtain the data of a sample.static double[]SingleCellExpressionDataVectorUtils.getSampleDataAsDoubles(SingleCellExpressionDataVector vector, int sampleIndex, CellLevelCharacteristics cellLevelCharacteristics, int row) static double[]SingleCellExpressionDataVectorUtils.getSampleDataAsDoubles(SingleCellExpressionDataVector vector, DoubleBuffer buffer, int sampleIndex) static double[]SingleCellExpressionDataVectorUtils.getSampleDataAsDoubles(SingleCellExpressionDataVector vector, DoubleBuffer data, int sampleIndex, CellLevelCharacteristics cellLevelCharacteristics, int row) Obtain the data of a sample.static double[]SingleCellExpressionDataVectorUtils.getSampleDataAsDoubles(SingleCellExpressionDataVector vector, BioAssay sample) static float[]SingleCellExpressionDataVectorUtils.getSampleDataAsFloats(SingleCellExpressionDataVector vector, int sampleIndex) Obtain the data of a sample.static float[]SingleCellExpressionDataVectorUtils.getSampleDataAsFloats(SingleCellExpressionDataVector vector, int sampleIndex, CellLevelCharacteristics cellLevelCharacteristics, int row) static float[]SingleCellExpressionDataVectorUtils.getSampleDataAsFloats(SingleCellExpressionDataVector vector, FloatBuffer buffer, int sampleIndex) static float[]SingleCellExpressionDataVectorUtils.getSampleDataAsFloats(SingleCellExpressionDataVector vector, FloatBuffer data, int sampleIndex, CellLevelCharacteristics cellLevelCharacteristics, int row) Obtain the data of a sample.static int[]SingleCellExpressionDataVectorUtils.getSampleDataAsInts(SingleCellExpressionDataVector vector, int sampleIndex) static int[]SingleCellExpressionDataVectorUtils.getSampleDataAsInts(SingleCellExpressionDataVector vector, int sampleIndex, CellLevelCharacteristics cellLevelCharacteristics, int row) static int[]SingleCellExpressionDataVectorUtils.getSampleDataAsInts(SingleCellExpressionDataVector vector, IntBuffer buffer, int sampleIndex) static int[]SingleCellExpressionDataVectorUtils.getSampleDataAsInts(SingleCellExpressionDataVector vector, IntBuffer data, int sampleIndex, CellLevelCharacteristics cellLevelCharacteristics, int row) static long[]SingleCellExpressionDataVectorUtils.getSampleDataAsLongs(SingleCellExpressionDataVector vector, int sampleIndex) static long[]SingleCellExpressionDataVectorUtils.getSampleDataAsLongs(SingleCellExpressionDataVector vector, int sampleIndex, CellLevelCharacteristics cellLevelCharacteristics, int row) static long[]SingleCellExpressionDataVectorUtils.getSampleDataAsLongs(SingleCellExpressionDataVector vector, LongBuffer buffer, int sampleIndex) static long[]SingleCellExpressionDataVectorUtils.getSampleDataAsLongs(SingleCellExpressionDataVector vector, LongBuffer data, int sampleIndex, CellLevelCharacteristics cellLevelCharacteristics, int row) static intSingleCellExpressionDataVectorUtils.getSampleEnd(SingleCellExpressionDataVector vector, int sampleIndex, int after) Get the *exclusive* index of the last cell for a given sample.static intSingleCellExpressionDataVectorUtils.getSampleEnd(SingleCellExpressionDataVector vector, BioAssay sample) static intSingleCellExpressionDataVectorUtils.getSampleEnd(SingleCellExpressionDataVector vector, BioAssay sample, int after) static intSingleCellExpressionDataVectorUtils.getSampleStart(SingleCellExpressionDataVector vector, int sampleIndex, int after) Get the index of the first cell for a given sample.static intSingleCellExpressionDataVectorUtils.getSampleStart(SingleCellExpressionDataVector vector, BioAssay sample) static intSingleCellExpressionDataVectorUtils.getSampleStart(SingleCellExpressionDataVector vector, BioAssay sample, int after) -
Uses of SingleCellExpressionDataVector in ubic.gemma.model.expression.experiment
Methods in ubic.gemma.model.expression.experiment that return types with arguments of type SingleCellExpressionDataVectorMethod parameters in ubic.gemma.model.expression.experiment with type arguments of type SingleCellExpressionDataVectorModifier and TypeMethodDescriptionvoidExpressionExperiment.setSingleCellExpressionDataVectors(Set<SingleCellExpressionDataVector> singleCellExpressionDataVectors) -
Uses of SingleCellExpressionDataVector in ubic.gemma.persistence.service.expression.experiment
Methods in ubic.gemma.persistence.service.expression.experiment that return SingleCellExpressionDataVectorModifier and TypeMethodDescriptionExpressionExperimentDao.getSingleCellDataVectorWithoutCellIds(ExpressionExperiment ee, QuantitationType quantitationType, CompositeSequence designElement) ExpressionExperimentDaoImpl.getSingleCellDataVectorWithoutCellIds(ExpressionExperiment ee, QuantitationType quantitationType, CompositeSequence designElement) SingleCellExpressionExperimentService.getSingleCellDataVectorWithoutCellIds(ExpressionExperiment ee, QuantitationType quantitationType, CompositeSequence designElement) Obtain a single single-cell vector without initializing cell IDs.SingleCellExpressionExperimentServiceImpl.getSingleCellDataVectorWithoutCellIds(ExpressionExperiment ee, QuantitationType quantitationType, CompositeSequence designElement) Methods in ubic.gemma.persistence.service.expression.experiment that return types with arguments of type SingleCellExpressionDataVectorModifier and TypeMethodDescriptionSingleCellExpressionExperimentService.getPreferredSingleCellDataVectors(ExpressionExperiment ee) Obtain preferred single-cell vectors.SingleCellExpressionExperimentServiceImpl.getPreferredSingleCellDataVectors(ExpressionExperiment ee) ExpressionExperimentDao.getSingleCellDataVectors(ExpressionExperiment expressionExperiment, QuantitationType quantitationType) Obtain a set of single-cell data vectors for the given quantitation type.ExpressionExperimentDao.getSingleCellDataVectors(ExpressionExperiment ee, QuantitationType quantitationType, boolean includeCellIds, boolean includeData, boolean includeDataIndices) Obtain a set of single-cell data vectors for the given quantitation type.ExpressionExperimentDaoImpl.getSingleCellDataVectors(ExpressionExperiment expressionExperiment, QuantitationType quantitationType) ExpressionExperimentDaoImpl.getSingleCellDataVectors(ExpressionExperiment ee, QuantitationType quantitationType, boolean includeCellIds, boolean includeData, boolean includeDataIndices) SingleCellExpressionExperimentService.getSingleCellDataVectors(ExpressionExperiment ee, List<BioAssay> samples, QuantitationType quantitationType) Obtain single-cell vectors for a particular sample.SingleCellExpressionExperimentService.getSingleCellDataVectors(ExpressionExperiment ee, List<BioAssay> samples, QuantitationType quantitationType, SingleCellExpressionExperimentService.SingleCellVectorInitializationConfig config) SingleCellExpressionExperimentService.getSingleCellDataVectors(ExpressionExperiment ee, QuantitationType quantitationType) Obtain single-cell vectors for a given quantitation type.SingleCellExpressionExperimentService.getSingleCellDataVectors(ExpressionExperiment ee, QuantitationType quantitationType, SingleCellExpressionExperimentService.SingleCellVectorInitializationConfig config) SingleCellExpressionExperimentServiceImpl.getSingleCellDataVectors(ExpressionExperiment ee, List<BioAssay> samples, QuantitationType quantitationType) SingleCellExpressionExperimentServiceImpl.getSingleCellDataVectors(ExpressionExperiment ee, List<BioAssay> samples, QuantitationType quantitationType, SingleCellExpressionExperimentService.SingleCellVectorInitializationConfig config) SingleCellExpressionExperimentServiceImpl.getSingleCellDataVectors(ExpressionExperiment ee, QuantitationType quantitationType) SingleCellExpressionExperimentServiceImpl.getSingleCellDataVectors(ExpressionExperiment ee, QuantitationType quantitationType, SingleCellExpressionExperimentService.SingleCellVectorInitializationConfig config) ExpressionExperimentDao.streamSingleCellDataVectors(ExpressionExperiment ee, QuantitationType quantitationType, int fetchSize, boolean useCursorFetchIfSupported, boolean createNewSession) Obtain a stream over the vectors for a given QT.ExpressionExperimentDao.streamSingleCellDataVectors(ExpressionExperiment ee, QuantitationType quantitationType, int fetchSize, boolean useCursorFetchIfSupported, boolean createNewSession, boolean includeCellIds, boolean includeData, boolean includeDataIndices) ExpressionExperimentDaoImpl.streamSingleCellDataVectors(ExpressionExperiment ee, QuantitationType quantitationType, int fetchSize, boolean useCursorFetchIfSupported, boolean createNewSession) ExpressionExperimentDaoImpl.streamSingleCellDataVectors(ExpressionExperiment ee, QuantitationType quantitationType, int fetchSize, boolean useCursorFetchIfSupported, boolean createNewSession, boolean includeCellIds, boolean includeData, boolean includeDataIndices) SingleCellExpressionExperimentService.streamSingleCellDataVectors(ExpressionExperiment ee, List<BioAssay> samples, QuantitationType quantitationType, int fetchSize, boolean useCursorFetchIfSupported, boolean createNewSession) SingleCellExpressionExperimentService.streamSingleCellDataVectors(ExpressionExperiment ee, List<BioAssay> samples, QuantitationType quantitationType, int fetchSize, boolean useCursorFetchIfSupported, boolean createNewSession, SingleCellExpressionExperimentService.SingleCellVectorInitializationConfig config) SingleCellExpressionExperimentService.streamSingleCellDataVectors(ExpressionExperiment ee, QuantitationType quantitationType, int fetchSize, boolean useCursorFetchIfSupported, boolean createNewSession) Obtain a stream over single-cell vectors for a given quantitation type.SingleCellExpressionExperimentService.streamSingleCellDataVectors(ExpressionExperiment ee, QuantitationType quantitationType, int fetchSize, boolean useCursorFetchIfSupported, boolean createNewSession, SingleCellExpressionExperimentService.SingleCellVectorInitializationConfig config) SingleCellExpressionExperimentServiceImpl.streamSingleCellDataVectors(ExpressionExperiment ee, List<BioAssay> samples, QuantitationType quantitationType, int fetchSize, boolean useCursorFetchIfSupported, boolean createNewSession) SingleCellExpressionExperimentServiceImpl.streamSingleCellDataVectors(ExpressionExperiment ee, List<BioAssay> samples, QuantitationType quantitationType, int fetchSize, boolean useCursorFetchIfSupported, boolean createNewSession, SingleCellExpressionExperimentService.SingleCellVectorInitializationConfig config) SingleCellExpressionExperimentServiceImpl.streamSingleCellDataVectors(ExpressionExperiment ee, QuantitationType quantitationType, int fetchSize, boolean useCursorFetchIfSupported, boolean createNewSession) SingleCellExpressionExperimentServiceImpl.streamSingleCellDataVectors(ExpressionExperiment ee, QuantitationType quantitationType, int fetchSize, boolean useCursorFetchIfSupported, boolean createNewSession, SingleCellExpressionExperimentService.SingleCellVectorInitializationConfig config) Method parameters in ubic.gemma.persistence.service.expression.experiment with type arguments of type SingleCellExpressionDataVectorModifier and TypeMethodDescriptionintSingleCellExpressionExperimentService.addSingleCellDataVectors(ExpressionExperiment ee, QuantitationType quantitationType, Collection<SingleCellExpressionDataVector> vectors, String details) Add single-cell data vectors.intSingleCellExpressionExperimentServiceImpl.addSingleCellDataVectors(ExpressionExperiment ee, QuantitationType quantitationType, Collection<SingleCellExpressionDataVector> vectors, String details) intSingleCellExpressionExperimentService.replaceSingleCellDataVectors(ExpressionExperiment ee, QuantitationType quantitationType, Collection<SingleCellExpressionDataVector> vectors, String details) Replace existing single-cell data vectors for the given quantitation type.intSingleCellExpressionExperimentServiceImpl.replaceSingleCellDataVectors(ExpressionExperiment ee, QuantitationType quantitationType, Collection<SingleCellExpressionDataVector> vectors, String details)