Uses of Class
ubic.gemma.model.expression.bioAssayData.BulkExpressionDataVector
-
Packages that use BulkExpressionDataVector Package Description ubic.gemma.core.analysis.preprocess.slice This package provides capabilities for slicingBulkExpressionDataVector
.ubic.gemma.core.datastructure.matrix This package contains data structures for representing matrices of gene expression.ubic.gemma.core.visualization ubic.gemma.model.expression.bioAssayData ubic.gemma.persistence.service.common.quantitationtype ubic.gemma.persistence.service.expression.bioAssayData ubic.gemma.persistence.service.expression.experiment -
-
Uses of BulkExpressionDataVector in ubic.gemma.core.analysis.preprocess.slice
Methods in ubic.gemma.core.analysis.preprocess.slice with type parameters of type BulkExpressionDataVector Modifier and Type Method Description static <T extends BulkExpressionDataVector>
Function<T,T>BulkDataSlicerUtils. createSlicer(List<BioAssay> assays, Class<T> vectorType)
Create a slicer function for bulk data vectors that can be applied on aStream
.static <T extends BulkExpressionDataVector>
Collection<T>BulkDataSlicerUtils. slice(Collection<T> vectors, List<BioAssay> assays, Class<T> vectorType)
Slice a collection of bulk data vectors. -
Uses of BulkExpressionDataVector in ubic.gemma.core.datastructure.matrix
Methods in ubic.gemma.core.datastructure.matrix that return types with arguments of type BulkExpressionDataVector Modifier and Type Method Description protected Collection<BulkExpressionDataVector>
BaseExpressionDataMatrix. selectVectors(Collection<? extends BulkExpressionDataVector> vectors, Collection<QuantitationType> qTypes)
protected Collection<BulkExpressionDataVector>
BaseExpressionDataMatrix. selectVectors(Collection<? extends BulkExpressionDataVector> vectors, List<QuantitationType> qTypes)
protected Collection<BulkExpressionDataVector>
BaseExpressionDataMatrix. selectVectors(ExpressionExperiment ee, QuantitationType quantitationType)
Method parameters in ubic.gemma.core.datastructure.matrix with type arguments of type BulkExpressionDataVector Modifier and Type Method Description static BulkExpressionDataMatrix<?>
BulkExpressionDataMatrix. getMatrix(Collection<? extends BulkExpressionDataVector> vectors)
Create a matrix using all the vectors, which are assumed to all be of the same quantitation type.protected void
BaseExpressionDataMatrix. selectVectors(Collection<? extends BulkExpressionDataVector> vectors)
Selects all the vectors passed in (uses them to initialize the data)protected Collection<BulkExpressionDataVector>
BaseExpressionDataMatrix. selectVectors(Collection<? extends BulkExpressionDataVector> vectors, Collection<QuantitationType> qTypes)
protected Collection<BulkExpressionDataVector>
BaseExpressionDataMatrix. selectVectors(Collection<? extends BulkExpressionDataVector> vectors, List<QuantitationType> qTypes)
protected abstract void
BaseExpressionDataMatrix. vectorsToMatrix(Collection<? extends BulkExpressionDataVector> vectors)
protected void
EmptyExpressionMatrix. vectorsToMatrix(Collection<? extends BulkExpressionDataVector> vectors)
protected void
ExpressionDataBooleanMatrix. vectorsToMatrix(Collection<? extends BulkExpressionDataVector> vectors)
protected void
ExpressionDataDoubleMatrix. vectorsToMatrix(Collection<? extends BulkExpressionDataVector> vectors)
Populate this matrix from a given collection ofBulkExpressionDataVector
s.protected void
ExpressionDataIntegerMatrix. vectorsToMatrix(Collection<? extends BulkExpressionDataVector> vectors)
protected void
ExpressionDataStringMatrix. vectorsToMatrix(Collection<? extends BulkExpressionDataVector> vectors)
-
Uses of BulkExpressionDataVector in ubic.gemma.core.visualization
Method parameters in ubic.gemma.core.visualization with type arguments of type BulkExpressionDataVector Modifier and Type Method Description static ExpressionDataHeatmap
ExpressionDataHeatmap. fromVectors(ExpressionExperiment ee, BioAssayDimension dimension, Slice<? extends BulkExpressionDataVector> vectors, List<Gene> genes)
Create a heatmap for a given set of vectors.static ExpressionDataHeatmap
ExpressionDataHeatmap. fromVectors(ExpressionExperimentSubSet subSet, BioAssayDimension dimension, Slice<? extends BulkExpressionDataVector> vectors, List<Gene> genes)
Create a heatmap for a subset. -
Uses of BulkExpressionDataVector in ubic.gemma.model.expression.bioAssayData
Subclasses of BulkExpressionDataVector in ubic.gemma.model.expression.bioAssayData Modifier and Type Class Description class
ProcessedExpressionDataVector
Represents the processed data that is used for actual analyses.class
RawExpressionDataVector
Data for one design element, across one or more bioassays, for a single quantitation type. -
Uses of BulkExpressionDataVector in ubic.gemma.persistence.service.common.quantitationtype
-
Uses of BulkExpressionDataVector in ubic.gemma.persistence.service.expression.bioAssayData
Classes in ubic.gemma.persistence.service.expression.bioAssayData with type parameters of type BulkExpressionDataVector Modifier and Type Class Description class
AbstractDesignElementDataVectorDao<T extends BulkExpressionDataVector>
Methods in ubic.gemma.persistence.service.expression.bioAssayData that return BulkExpressionDataVector Modifier and Type Method Description BulkExpressionDataVector
RawAndProcessedExpressionDataVectorDaoImpl. find(BulkExpressionDataVector entity)
BulkExpressionDataVector
RawAndProcessedExpressionDataVectorDaoImpl. load(Long id)
Methods in ubic.gemma.persistence.service.expression.bioAssayData that return types with arguments of type BulkExpressionDataVector Modifier and Type Method Description Collection<BulkExpressionDataVector>
RawAndProcessedExpressionDataVectorServiceImpl. findAndThaw(Collection<QuantitationType> quantitationTypes)
Collection<BulkExpressionDataVector>
RawAndProcessedExpressionDataVectorServiceImpl. findAndThaw(BioAssayDimension bioAssayDimension)
Collection<BulkExpressionDataVector>
RawAndProcessedExpressionDataVectorDaoImpl. load(Collection<Long> ids)
Collection<BulkExpressionDataVector>
RawAndProcessedExpressionDataVectorService. thaw(Collection<BulkExpressionDataVector> vectors)
Thaw both raw and processed vectors.Collection<BulkExpressionDataVector>
RawAndProcessedExpressionDataVectorServiceImpl. thaw(Collection<BulkExpressionDataVector> vectors)
Deprecated.Methods in ubic.gemma.persistence.service.expression.bioAssayData with parameters of type BulkExpressionDataVector Modifier and Type Method Description BulkExpressionDataVector
RawAndProcessedExpressionDataVectorDaoImpl. find(BulkExpressionDataVector entity)
Method parameters in ubic.gemma.persistence.service.expression.bioAssayData with type arguments of type BulkExpressionDataVector Modifier and Type Method Description Collection<BulkExpressionDataVector>
RawAndProcessedExpressionDataVectorService. thaw(Collection<BulkExpressionDataVector> vectors)
Thaw both raw and processed vectors.Collection<BulkExpressionDataVector>
RawAndProcessedExpressionDataVectorServiceImpl. thaw(Collection<BulkExpressionDataVector> vectors)
Deprecated. -
Uses of BulkExpressionDataVector in ubic.gemma.persistence.service.expression.experiment
-