🌱

Phenotype Collection

kbase_phenotype

Primary

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

Related Collections

Start Exploring

Access the full Phenotype Collection data through BERDL JupyterHub.

Open JupyterHub