GeneX Development Supported By
|
GeneX-2.0 DB: QuantitationType Table
|
GeneX-2.0 DB: QuantitationType Table
|
| Table Type | Inherits | Comment |
| DATA | Identifiable | The QuantitationType table gives information about each Quantitation that is used in a QuantitationTypeDimension |
| Column Information |
| Column Name | Full Name | Data Type | Not NULL | Comment |
| channel | Channel | char128 | false | controlled vocab |
| column_number | Column Number | int | true | The input file column number from which this QT comes |
| data_type | Data Type | char128 | true | The data type associated with this QuantitationType |
| is_background | Is Background | bool | true | The scale associated with this QuantitationType |
| qt_pk | Accession Number | serial | false | |
| scale | Scale | char128 | true | The scale associated with this QuantitationType |
| target_quantitation_type_fk | Target QuantitationType | int | false | The QuantitationType which is modified by a ConfidenceIndicator |
| type | Type | char128 | true | The specific type of this QuantitationType |
| Primary Key Information |
| Column Name |
| qt_pk |
| Foreign Key Information |
| Column Name | Foreign Table | Primary Key in Foreign Table | Foreign Key Type |
| target_quantitation_type_fk | QuantitationType | qt_pk | MANY_TO_ONE |
| Unique Column Information |
| Column Names |
| name channel is_background type |
| Index Information |
| Name | Column Name |
|