home / zeropm-v0-0-4

consensus_index

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

6 rows where inventory_id = 353672

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
978465 978465 353672 353672 2593 6 0.298083747338538
978466 978466 353672 353672 3932 1 0.099361249112846
978467 978467 353672 353672 74391 2 0.149041873669269
978468 978468 353672 353672 106258 2 0.298083747338538
978469 978469 353672 353672 159775 1 0.0596167494677076
978470 978470 353672 353672 161212 1 0.0745209368346345
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 1341.732ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website