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
experiment
4 rows
| Column | Type | Description |
|---|---|---|
experiment_id |
string | **Primary Key** |
name |
string | Experiment name |
description |
string | Experiment description |
protocol_id |
string | FK -> `protocol` |
created_at |
string | Creation timestamp |
contributor |
string | Data contributor |
Sample Queries
Get phenotype data
SELECT *
FROM kbase_phenotype.phenotype
LIMIT 20