home / zeropm-v0-0-4

consensus_index

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

7 rows where inchi_id = 257671

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
76645 76645 27477 27477 257671 4 0.0833766919009946
159183 159183 57300 57300 257671 2 0.0604564465562568
508007 508007 203219 203219 257671 2 0.0604564465562568
720564 720564 254742 254742 257671 4 0.0833766919009946
826358 826358 286814 286814 257671 2 0.0582746652183887
915969 915969 324676 324676 257671 2 0.0604564465562568
1758287 1758287 539280 539280 257671 2 0.0604564465562568
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 3368.399ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website