Phenotype Collection
kbase_phenotype
Philosophy
Capture experimental observations. Link genotypes to measured phenotypes under defined conditions for validation and discovery.
Data sources:
KBase phenotype data
Scale
7
tables
Schema Browser
experimental_context
## Pitfalls
| Column | Type | Description |
|---|---|---|
experiment_context_id |
string | **Primary Key** |
experiment_id |
string | FK -> `experiment` |
variable_id |
string | FK -> `experimental_variable` |
value |
string | Variable value |
Sample Queries
Get phenotype data
SELECT *
FROM kbase_phenotype.phenotype
LIMIT 20