Uses of Class
ubic.gemma.model.expression.bioAssayData.DataVector
-
Packages that use DataVector Package Description ubic.gemma.model.expression.bioAssayData ubic.gemma.persistence.service.common.quantitationtype -
-
Uses of DataVector in ubic.gemma.model.expression.bioAssayData
Subclasses of DataVector in ubic.gemma.model.expression.bioAssayData Modifier and Type Class Description class
DesignElementDataVector
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 DataVector in ubic.gemma.persistence.service.common.quantitationtype
Method parameters in ubic.gemma.persistence.service.common.quantitationtype with type arguments of type DataVector Modifier and Type Method Description QuantitationType
QuantitationTypeDao. findByNameAndVectorType(ExpressionExperiment ee, String name, Class<? extends DataVector> dataVectorType)
Find a quantitation type by experiment, name and data vector type.QuantitationType
QuantitationTypeDaoImpl. findByNameAndVectorType(ExpressionExperiment ee, String name, Class<? extends DataVector> dataVectorType)
QuantitationType
QuantitationTypeService. findByNameAndVectorType(ExpressionExperiment ee, String name, Class<? extends DataVector> dataVectorType)
QuantitationType
QuantitationTypeServiceImpl. findByNameAndVectorType(ExpressionExperiment ee, String name, Class<? extends DataVector> dataVectorType)
QuantitationType
QuantitationTypeDao. loadByIdAndVectorType(Long id, ExpressionExperiment ee, Class<? extends DataVector> dataVectorType)
QuantitationType
QuantitationTypeDaoImpl. loadByIdAndVectorType(Long id, ExpressionExperiment ee, Class<? extends DataVector> dataVectorType)
QuantitationType
QuantitationTypeService. loadByIdAndVectorType(Long id, ExpressionExperiment ee, Class<? extends DataVector> dataVectorType)
Find a quantitation type by ID and vector type.QuantitationType
QuantitationTypeServiceImpl. loadByIdAndVectorType(Long id, ExpressionExperiment ee, Class<? extends DataVector> dataVectorType)
-