Protocols (recipe cards)
Data license: MIT · Data source: PMC Open Access + author-manuscript corpus (per-row license in the data)
1 row where gold_candidate = "yes", gold_candidate = "yes" and organoid_type = "kidney" sorted by grounding_rate descending
This data as json, CSV (advanced)
| pmcid | doi | organoid_type | species | source_cell_type | matrix | base_media | base_media_reporting | first_author | year | journal | license | gold_candidate | n_signaling_factors | n_supplements | n_figure_confirmed | reagents_grounded | reagents_total | grounding_rate ▲ | extractor | passaging | timeline | assay_endpoints |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| PMC4620584 | 10.1038/ncomms9715 | kidney | human | iPSC | GelTrex | mTeSR1 | reported | Freedman | 2015 | Nat Commun | CC-BY | yes | 8 | 9 | 2 | 6 | 8 | 0.75 | tier1_local::gemma3:12b | Accutase or TrypLE | KIM-1 expression · TEER · permeability |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE protocols (
pmcid TEXT PRIMARY KEY,
doi TEXT,
organoid_type TEXT,
species TEXT,
source_cell_type TEXT,
matrix TEXT,
base_media TEXT,
base_media_reporting TEXT,
first_author TEXT,
year TEXT,
journal TEXT,
license TEXT,
gold_candidate TEXT,
n_signaling_factors INTEGER,
n_supplements INTEGER,
n_figure_confirmed INTEGER,
reagents_grounded INTEGER,
reagents_total INTEGER,
grounding_rate REAL,
extractor TEXT,
passaging TEXT,
timeline TEXT,
assay_endpoints TEXT
);
CREATE INDEX idx_protocols_type ON protocols(organoid_type);