🌱

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

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

Related Collections

Start Exploring

Access the full Phenotype Collection data through BERDL JupyterHub.

Open JupyterHub