Uses of Class
ubic.gemma.model.expression.bioAssayData.RawExpressionDataVector
-
-
Uses of RawExpressionDataVector in ubic.gemma.core.analysis.preprocess
Methods in ubic.gemma.core.analysis.preprocess that return types with arguments of type RawExpressionDataVector Modifier and Type Method Description Collection<RawExpressionDataVector>
TwoChannelMissingValues. computeMissingValues(ExpressionExperiment ee)
Collection<RawExpressionDataVector>
TwoChannelMissingValues. computeMissingValues(ExpressionExperiment ee, double signalToNoiseThreshold, Collection<Double> extraMissingValueIndicators)
Collection<RawExpressionDataVector>
TwoChannelMissingValuesImpl. computeMissingValues(ExpressionExperiment ee)
Collection<RawExpressionDataVector>
TwoChannelMissingValuesImpl. computeMissingValues(ExpressionExperiment ee, double signalToNoiseThreshold, Collection<Double> extraMissingValueIndicators)
Collection<RawExpressionDataVector>
TwoChannelMissingValueHelperService. persist(ExpressionExperiment source, Collection<RawExpressionDataVector> results)
Method parameters in ubic.gemma.core.analysis.preprocess with type arguments of type RawExpressionDataVector Modifier and Type Method Description Collection<RawExpressionDataVector>
TwoChannelMissingValueHelperService. persist(ExpressionExperiment source, Collection<RawExpressionDataVector> results)
-
Uses of RawExpressionDataVector in ubic.gemma.core.datastructure.matrix
Methods in ubic.gemma.core.datastructure.matrix that return types with arguments of type RawExpressionDataVector Modifier and Type Method Description Collection<RawExpressionDataVector>
ExpressionDataDoubleMatrix. toRawDataVectors()
Same as toProcessedDataVectors but uses RawExpressionDataVector -
Uses of RawExpressionDataVector in ubic.gemma.model.expression.bioAssayData
Methods in ubic.gemma.model.expression.bioAssayData that return RawExpressionDataVector Modifier and Type Method Description static RawExpressionDataVector
RawExpressionDataVector.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 RawExpressionDataVector Modifier and Type Method Description Set<RawExpressionDataVector>
ExpressionExperiment. getRawExpressionDataVectors()
Method parameters in ubic.gemma.model.expression.experiment with type arguments of type RawExpressionDataVector Modifier and Type Method Description void
ExpressionExperiment. setRawExpressionDataVectors(Set<RawExpressionDataVector> rawExpressionDataVectors)
-
Uses of RawExpressionDataVector in ubic.gemma.persistence.service.expression.bioAssayData
Methods in ubic.gemma.persistence.service.expression.bioAssayData that return RawExpressionDataVector Modifier and Type Method Description RawExpressionDataVector
RawExpressionDataVectorDaoImpl. find(RawExpressionDataVector designElementDataVector)
RawExpressionDataVector
RawExpressionDataVectorService. load(Long id)
Methods in ubic.gemma.persistence.service.expression.bioAssayData with parameters of type RawExpressionDataVector Modifier and Type Method Description RawExpressionDataVector
RawExpressionDataVectorDaoImpl. find(RawExpressionDataVector designElementDataVector)
-
Uses of RawExpressionDataVector in ubic.gemma.persistence.service.expression.experiment
Method parameters in ubic.gemma.persistence.service.expression.experiment with type arguments of type RawExpressionDataVector Modifier and Type Method Description int
ExpressionExperimentDao. addRawDataVectors(ExpressionExperiment ee, QuantitationType qt, Collection<RawExpressionDataVector> newVectors)
Add raw data vectors with the given quantitation type.int
ExpressionExperimentDaoImpl. addRawDataVectors(ExpressionExperiment ee, QuantitationType newQt, Collection<RawExpressionDataVector> newVectors)
int
ExpressionExperimentService. addRawDataVectors(ExpressionExperiment eeToUpdate, QuantitationType quantitationType, Collection<RawExpressionDataVector> newVectors)
Used when we want to add data for a quantitation type.int
ExpressionExperimentServiceImpl. addRawDataVectors(ExpressionExperiment ee, QuantitationType quantitationType, Collection<RawExpressionDataVector> newVectors)
int
ExpressionExperimentService. replaceAllRawDataVectors(ExpressionExperiment ee, Collection<RawExpressionDataVector> vectors)
Used when we are replacing data, such as when converting an experiment from one platform to another.int
ExpressionExperimentServiceImpl. replaceAllRawDataVectors(ExpressionExperiment ee, Collection<RawExpressionDataVector> newVectors)
int
ExpressionExperimentDao. replaceRawDataVectors(ExpressionExperiment ee, QuantitationType qt, Collection<RawExpressionDataVector> vectors)
Replace raw data vectors for a given quantitation type.int
ExpressionExperimentDaoImpl. replaceRawDataVectors(ExpressionExperiment ee, QuantitationType qt, Collection<RawExpressionDataVector> vectors)
int
ExpressionExperimentService. replaceRawDataVectors(ExpressionExperiment ee, QuantitationType quantitationType, Collection<RawExpressionDataVector> vectors)
int
ExpressionExperimentServiceImpl. replaceRawDataVectors(ExpressionExperiment ee, QuantitationType qt, Collection<RawExpressionDataVector> vectors)
-