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 = 326635

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
17285 17285 5056 5056 326635 1 0.0389635605208782
82184 82184 29602 29602 326635 1 0.0389635605208782
128109 128109 45791 45791 326635 1 0.0389635605208782
425217 425217 153481 153481 326635 1 0.0390396166441695
539276 539276 213795 213795 326635 1 0.0390396166441695
665813 665813 238420 238420 326635 1 0.0382364990493398
728388 728388 257090 257090 326635 1 0.0387132130404387
842732 842732 292051 292051 326635 1 0.0387132130404387
842741 842741 292052 292052 326635 1 0.0382364990493398
1610746 1610746 486212 486212 326635 1 0.0387132130404387
1716857 1716857 525794 525794 326635 1 0.0382364990493398
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 2620.263ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website