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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
978447 978447 353669 353669 2593 6 0.298083747338538
978448 978448 353669 353669 3932 1 0.099361249112846
978449 978449 353669 353669 74391 2 0.149041873669269
978450 978450 353669 353669 106258 2 0.298083747338538
978451 978451 353669 353669 159775 1 0.0596167494677076
978452 978452 353669 353669 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 1160.068ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website