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 ubic.gemma.persistence.service.expression.experiment -
-
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
Methods in ubic.gemma.persistence.service.common.quantitationtype that return types with arguments of type DataVector Modifier and Type Method Description Collection<Class<? extends DataVector>>
QuantitationTypeDao. getVectorTypes()
Obtain all the data vector types that are associated with quantitation types.Collection<Class<? extends DataVector>>
QuantitationTypeDaoImpl. getVectorTypes()
Collection<Class<? extends DataVector>>
QuantitationTypeService. getVectorTypes()
Collection<Class<? extends DataVector>>
QuantitationTypeServiceImpl. getVectorTypes()
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)
-
Uses of DataVector in ubic.gemma.persistence.service.expression.experiment
Method parameters in ubic.gemma.persistence.service.expression.experiment with type arguments of type DataVector Modifier and Type Method Description BioAssayDimension
ExpressionExperimentDao. getBioAssayDimension(ExpressionExperiment ee, QuantitationType qt, Class<? extends DataVector> vectorType)
BioAssayDimension
ExpressionExperimentDaoImpl. getBioAssayDimension(ExpressionExperiment ee, QuantitationType qt, Class<? extends DataVector> vectorType)
-