Uses of Class
ubic.gemma.model.expression.bioAssayData.RawExpressionDataVector
Packages that use RawExpressionDataVector
Package
Description
This package contains classes for preprocessing expression data.
This package contains classes for subsetting and aggregating single-cell data.
-
Uses of RawExpressionDataVector in ubic.gemma.core.analysis.preprocess
Methods in ubic.gemma.core.analysis.preprocess that return types with arguments of type RawExpressionDataVectorModifier and TypeMethodDescriptionTwoChannelMissingValues.computeMissingValues(ExpressionExperiment ee) TwoChannelMissingValues.computeMissingValues(ExpressionExperiment ee, double signalToNoiseThreshold, Collection<Double> extraMissingValueIndicators) TwoChannelMissingValuesImpl.computeMissingValues(ExpressionExperiment ee) TwoChannelMissingValuesImpl.computeMissingValues(ExpressionExperiment ee, double signalToNoiseThreshold, Collection<Double> extraMissingValueIndicators) TwoChannelMissingValueHelperService.persist(ExpressionExperiment source, Collection<RawExpressionDataVector> results) Method parameters in ubic.gemma.core.analysis.preprocess with type arguments of type RawExpressionDataVectorModifier and TypeMethodDescriptionTwoChannelMissingValueHelperService.persist(ExpressionExperiment source, Collection<RawExpressionDataVector> results) -
Uses of RawExpressionDataVector in ubic.gemma.core.analysis.singleCell.aggregate
Methods in ubic.gemma.core.analysis.singleCell.aggregate that return types with arguments of type RawExpressionDataVectorModifier and TypeMethodDescriptionstatic Collection<RawExpressionDataVector> SingleCellDataVectorAggregatorUtils.aggregate(Collection<SingleCellExpressionDataVector> vectors, SingleCellDataVectorAggregatorUtils.SingleCellAggregationMethod method, CellLevelCharacteristics cellLevelCharacteristics, boolean aggregateUnknownCharacteristics) Aggregate a collection of vectors.SingleCellDataVectorAggregatorUtils.createAggregator(SingleCellDataVectorAggregatorUtils.SingleCellAggregationMethod method, CellLevelCharacteristics cellLevelCharacteristics, boolean aggregateUnknownCharacteristics) Create an aggregator that can be used on aStreamof vectors. -
Uses of RawExpressionDataVector in ubic.gemma.model.expression.bioAssayData
Methods in ubic.gemma.model.expression.bioAssayData that return RawExpressionDataVectorModifier and TypeMethodDescriptionstatic RawExpressionDataVectorRawExpressionDataVector.Factory.newInstance() -
Uses of RawExpressionDataVector in ubic.gemma.model.expression.experiment
Methods in ubic.gemma.model.expression.experiment that return types with arguments of type RawExpressionDataVectorMethod parameters in ubic.gemma.model.expression.experiment with type arguments of type RawExpressionDataVectorModifier and TypeMethodDescriptionvoidExpressionExperiment.setRawExpressionDataVectors(Set<RawExpressionDataVector> rawExpressionDataVectors) -
Uses of RawExpressionDataVector in ubic.gemma.persistence.service.expression.bioAssayData
Methods in ubic.gemma.persistence.service.expression.bioAssayData that return RawExpressionDataVectorModifier and TypeMethodDescriptionRawExpressionDataVectorDaoImpl.find(RawExpressionDataVector designElementDataVector) Methods in ubic.gemma.persistence.service.expression.bioAssayData that return types with arguments of type RawExpressionDataVectorModifier and TypeMethodDescriptionRawExpressionDataVectorDao.find(Collection<CompositeSequence> designElements, QuantitationType quantitationType) RawExpressionDataVectorDao.find(ArrayDesign arrayDesign, QuantitationType quantitationType) RawExpressionDataVectorDaoImpl.find(Collection<CompositeSequence> designElements, QuantitationType quantitationType) RawExpressionDataVectorDaoImpl.find(ArrayDesign arrayDesign, QuantitationType quantitationType) RawExpressionDataVectorService.find(Collection<CompositeSequence> designElements, QuantitationType quantitationType) RawExpressionDataVectorServiceImpl.find(Collection<CompositeSequence> designElements, QuantitationType quantitationType) Methods in ubic.gemma.persistence.service.expression.bioAssayData with parameters of type RawExpressionDataVectorModifier and TypeMethodDescriptionRawExpressionDataVectorDaoImpl.find(RawExpressionDataVector designElementDataVector) -
Uses of RawExpressionDataVector in ubic.gemma.persistence.service.expression.experiment
Methods in ubic.gemma.persistence.service.expression.experiment that return types with arguments of type RawExpressionDataVectorModifier and TypeMethodDescriptionExpressionExperimentDao.getMissingValueVectors(ExpressionExperiment ee) Obtain the missing value vectors for a given experiment.ExpressionExperimentDaoImpl.getMissingValueVectors(ExpressionExperiment ee) ExpressionExperimentDao.getPreferredRawDataVectors(ExpressionExperiment ee) Obtain the preferred raw data vectors for a given experiment.ExpressionExperimentDaoImpl.getPreferredRawDataVectors(ExpressionExperiment ee) ExpressionExperimentDao.getRawDataVectors(ExpressionExperiment ee, List<BioAssay> assays, QuantitationType qt) Obtain a slice of the raw vectors for a given experiment and QT.ExpressionExperimentDao.getRawDataVectors(ExpressionExperiment ee, QuantitationType qt) Obtain raw vectors for a given experiment and QT.ExpressionExperimentDaoImpl.getRawDataVectors(ExpressionExperiment ee, List<BioAssay> assays, QuantitationType qt) ExpressionExperimentDaoImpl.getRawDataVectors(ExpressionExperiment ee, QuantitationType qt) ExpressionExperimentService.getRawDataVectors(ExpressionExperiment ee, List<BioAssay> samples, QuantitationType qt) ExpressionExperimentService.getRawDataVectors(ExpressionExperiment ee, QuantitationType qt) ExpressionExperimentServiceImpl.getRawDataVectors(ExpressionExperiment ee, List<BioAssay> samples, QuantitationType qt) ExpressionExperimentServiceImpl.getRawDataVectors(ExpressionExperiment ee, QuantitationType qt) Method parameters in ubic.gemma.persistence.service.expression.experiment with type arguments of type RawExpressionDataVectorModifier and TypeMethodDescriptionintExpressionExperimentDao.addRawDataVectors(ExpressionExperiment ee, QuantitationType qt, Collection<RawExpressionDataVector> newVectors) Add raw data vectors with the given quantitation type.intExpressionExperimentDaoImpl.addRawDataVectors(ExpressionExperiment ee, QuantitationType newQt, Collection<RawExpressionDataVector> newVectors) intExpressionExperimentService.addRawDataVectors(ExpressionExperiment eeToUpdate, QuantitationType quantitationType, Collection<RawExpressionDataVector> newVectors) Used when we want to add data for a quantitation type.intExpressionExperimentServiceImpl.addRawDataVectors(ExpressionExperiment ee, QuantitationType quantitationType, Collection<RawExpressionDataVector> newVectors) intExpressionExperimentService.replaceAllRawDataVectors(ExpressionExperiment ee, Collection<RawExpressionDataVector> vectors) Used when we are replacing data, such as when converting an experiment from one platform to another.intExpressionExperimentServiceImpl.replaceAllRawDataVectors(ExpressionExperiment ee, Collection<RawExpressionDataVector> newVectors) intExpressionExperimentDao.replaceRawDataVectors(ExpressionExperiment ee, QuantitationType qt, Collection<RawExpressionDataVector> vectors) Replace raw data vectors for a given quantitation type.intExpressionExperimentDaoImpl.replaceRawDataVectors(ExpressionExperiment ee, QuantitationType qt, Collection<RawExpressionDataVector> vectors) intExpressionExperimentService.replaceRawDataVectors(ExpressionExperiment ee, QuantitationType quantitationType, Collection<RawExpressionDataVector> vectors) intExpressionExperimentServiceImpl.replaceRawDataVectors(ExpressionExperiment ee, QuantitationType qt, Collection<RawExpressionDataVector> vectors)