home / zeropm-v0-0-4

consensus_index

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

11 rows where inchi_id = 171213

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
17278 17278 5056 5056 171213 2 0.143161262757304
82177 82177 29602 29602 171213 2 0.143161262757304
128102 128102 45791 45791 171213 2 0.143161262757304
425210 425210 153481 153481 171213 2 0.143440710798121
539269 539269 213795 213795 171213 2 0.143440710798121
665806 665806 238420 238420 171213 1 0.114709497148019
728381 728381 257090 257090 171213 3 0.152185979876858
842725 842725 292051 292051 171213 3 0.152185979876858
842734 842734 292052 292052 171213 1 0.114709497148019
1610739 1610739 486212 486212 171213 3 0.152185979876858
1716850 1716850 525794 525794 171213 1 0.114709497148019
CREATE TABLE [consensus_index] (
        [inventory_id] integer,
        [inchi_id] text,
        [consensus_score] text,
        [consensus_count] integer,
        FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
        FOREIGN KEY (inchi_id) REFERENCES substances(inchi_id)
);
Powered by Datasette · Queries took 1883.393ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website