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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
978609 978609 353696 353696 2593 6 0.298083747338538
978610 978610 353696 353696 3932 1 0.099361249112846
978611 978611 353696 353696 74391 2 0.149041873669269
978612 978612 353696 353696 106258 2 0.298083747338538
978613 978613 353696 353696 159775 1 0.0596167494677076
978614 978614 353696 353696 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 1145.566ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website