Uses of Interface
ubic.gemma.core.datastructure.matrix.SingleCellExpressionDataMatrix
Packages that use SingleCellExpressionDataMatrix
Package
Description
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 related to the Cell Browser visualization tool.
-
Uses of SingleCellExpressionDataMatrix in ubic.gemma.core.analysis.singleCell.aggregate
Methods in ubic.gemma.core.analysis.singleCell.aggregate with parameters of type SingleCellExpressionDataMatrixModifier and TypeMethodDescriptionstatic <T> BulkExpressionDataMatrix<T> SingleCellDataVectorAggregatorUtils.aggregate(SingleCellExpressionDataMatrix<T> scMatrix, SingleCellDataVectorAggregatorUtils.SingleCellAggregationMethod method, Class<T> scalarType) Aggregate a single-cell data matrix. -
Uses of SingleCellExpressionDataMatrix in ubic.gemma.core.datastructure.matrix
Classes in ubic.gemma.core.datastructure.matrix that implement SingleCellExpressionDataMatrixModifier and TypeClassDescriptionclassclassclassclassMethods in ubic.gemma.core.datastructure.matrix that return SingleCellExpressionDataMatrixModifier and TypeMethodDescriptionstatic SingleCellExpressionDataMatrix<?> SingleCellExpressionDataMatrix.getMatrix(List<SingleCellExpressionDataVector> vectors) Methods in ubic.gemma.core.datastructure.matrix with parameters of type SingleCellExpressionDataMatrixModifier and TypeMethodDescriptionstatic List<SingleCellExpressionDataVector> SingleCellExpressionDataMatrixUtils.toVectors(SingleCellExpressionDataMatrix<?> matrix) -
Uses of SingleCellExpressionDataMatrix in ubic.gemma.core.datastructure.matrix.io
Methods in ubic.gemma.core.datastructure.matrix.io with parameters of type SingleCellExpressionDataMatrixModifier and TypeMethodDescriptionintMexMatrixWriter.write(SingleCellExpressionDataMatrix<?> matrix, Class<? extends SingleCellExpressionDataVector> vectorType, OutputStream stream) intMexMatrixWriter.write(SingleCellExpressionDataMatrix<?> matrix, Class<? extends SingleCellExpressionDataVector> vectorType, Writer stream) intMexMatrixWriter.write(SingleCellExpressionDataMatrix<?> matrix, Map<CompositeSequence, Set<Gene>> cs2gene, OutputStream stream) Write a MEX matrix as a TAR archive to the given output stream.intMexMatrixWriter.write(SingleCellExpressionDataMatrix<?> matrix, Map<CompositeSequence, Set<Gene>> cs2gene, Path outputDir) Write a matrix to a directory.default intSingleCellExpressionDataMatrixWriter.write(SingleCellExpressionDataMatrix<?> matrix, OutputStream stream) default intSingleCellExpressionDataMatrixWriter.write(SingleCellExpressionDataMatrix<?> matrix, Writer writer) intTabularMatrixWriter.write(SingleCellExpressionDataMatrix<?> matrix, Class<? extends SingleCellExpressionDataVector> vectorType, Writer writer) intTabularMatrixWriter.write(SingleCellExpressionDataMatrix<?> matrix, Map<CompositeSequence, Set<Gene>> cs2gene, Writer writer) -
Uses of SingleCellExpressionDataMatrix in ubic.gemma.core.visualization.cellbrowser
Methods in ubic.gemma.core.visualization.cellbrowser with parameters of type SingleCellExpressionDataMatrixModifier and TypeMethodDescriptionintCellBrowserTabularMatrixWriter.write(SingleCellExpressionDataMatrix<?> matrix, Class<? extends SingleCellExpressionDataVector> vectorType, Writer writer) -
Uses of SingleCellExpressionDataMatrix in ubic.gemma.persistence.service.expression.experiment
Methods in ubic.gemma.persistence.service.expression.experiment that return SingleCellExpressionDataMatrixModifier and TypeMethodDescriptionSingleCellExpressionExperimentService.getSingleCellExpressionDataMatrix(ExpressionExperiment expressionExperiment, List<BioAssay> samples, QuantitationType quantitationType) Obtain a single-cell expression data matrix for the given quantitation type.SingleCellExpressionExperimentService.getSingleCellExpressionDataMatrix(ExpressionExperiment expressionExperiment, QuantitationType quantitationType) Obtain a single-cell expression data matrix for the given quantitation type.SingleCellExpressionExperimentServiceImpl.getSingleCellExpressionDataMatrix(ExpressionExperiment expressionExperiment, List<BioAssay> samples, QuantitationType quantitationType) SingleCellExpressionExperimentServiceImpl.getSingleCellExpressionDataMatrix(ExpressionExperiment expressionExperiment, QuantitationType quantitationType)