Uses of Class
ubic.gemma.model.expression.bioAssayData.RawExpressionDataVector
Packages that use RawExpressionDataVector
Package
Description
This package contains built-in Gemma CLI applications.
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.apps
Subclasses with type arguments of type RawExpressionDataVector in ubic.gemma.apps -
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
Subclasses with type arguments of type RawExpressionDataVector in ubic.gemma.persistence.service.expression.bioAssayDataModifier and TypeClassDescriptionclassclassProvides methods that can be applied to both RawExpressionDataVector and ProcessedExpressionDataVectorSubinterfaces with type arguments of type RawExpressionDataVector in ubic.gemma.persistence.service.expression.bioAssayDataModifier and TypeInterfaceDescriptioninterfaceinterfaceMethods 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) RawExpressionDataVectorDao.getRandomRawVectors(QuantitationType quantitationType, int limit) Fetch up tolimitraw vectors for the given quantitation type, chosen uniformly at random.RawExpressionDataVectorDaoImpl.getRandomRawVectors(QuantitationType quantitationType, int limit) RawExpressionDataVectorService.getRandomRawVectors(QuantitationType quantitationType, int limit) Fetch up tolimitraw vectors for the given quantitation type, chosen uniformly at random.RawExpressionDataVectorServiceImpl.getRandomRawVectors(QuantitationType quantitationType, int limit) 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.getMissingValuesVectors(ExpressionExperiment ee) Obtain the missing value vectors for a given experiment.ExpressionExperimentDaoImpl.getMissingValuesVectors(ExpressionExperiment ee) ExpressionExperimentDataVectorService.getMissingValuesVectors(ExpressionExperiment ee) ExpressionExperimentDataVectorServiceImpl.getMissingValuesVectors(ExpressionExperiment ee) ExpressionExperimentService.getMissingValuesVectors(ExpressionExperiment ee) ExpressionExperimentServiceImpl.getMissingValuesVectors(ExpressionExperiment ee) ExpressionExperimentDao.getPreferredRawDataVectors(ExpressionExperiment ee) Obtain the preferred raw data vectors for a given experiment.ExpressionExperimentDaoImpl.getPreferredRawDataVectors(ExpressionExperiment ee) ExpressionExperimentDataVectorService.getPreferredRawDataVectors(ExpressionExperiment expressionExperiment) ExpressionExperimentDataVectorServiceImpl.getPreferredRawDataVectors(ExpressionExperiment expressionExperiment) ExpressionExperimentService.getPreferredRawDataVectors(ExpressionExperiment expressionExperiment) ExpressionExperimentServiceImpl.getPreferredRawDataVectors(ExpressionExperiment expressionExperiment) 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) ExpressionExperimentDataVectorService.getRawDataVectors(ExpressionExperiment ee, List<BioAssay> samples, QuantitationType qt) ExpressionExperimentDataVectorService.getRawDataVectors(ExpressionExperiment ee, QuantitationType qt) ExpressionExperimentDataVectorServiceImpl.getRawDataVectors(ExpressionExperiment ee, List<BioAssay> samples, QuantitationType qt) ExpressionExperimentDataVectorServiceImpl.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) intExpressionExperimentDataVectorService.addRawDataVectors(ExpressionExperiment ee, QuantitationType quantitationType, Collection<RawExpressionDataVector> newVectors) Add raw data vectors for a quantitation type.intExpressionExperimentDataVectorServiceImpl.addRawDataVectors(ExpressionExperiment ee, QuantitationType quantitationType, 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) intExpressionExperimentDataVectorService.replaceAllRawDataVectors(ExpressionExperiment ee, Collection<RawExpressionDataVector> vectors) Replace all raw vectors on an experiment, grouping the input by QT and routing each group to eitherExpressionExperimentDataVectorService.replaceRawDataVectors(ExpressionExperiment, QuantitationType, Collection)orExpressionExperimentDataVectorService.addRawDataVectors(ExpressionExperiment, QuantitationType, Collection)depending on whether the QT already exists; any QT in the experiment that is no longer represented in the input is removed.intExpressionExperimentDataVectorServiceImpl.replaceAllRawDataVectors(ExpressionExperiment ee, 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) intExpressionExperimentDataVectorService.replaceRawDataVectors(ExpressionExperiment ee, QuantitationType quantitationType, Collection<RawExpressionDataVector> vectors) intExpressionExperimentDataVectorServiceImpl.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)