home / zeropm-v0-0-4

consensus_index

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

8 rows where inchi_id = 264762

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
76647 76647 27477 27477 264762 1 0.0393041494907298
159185 159185 57300 57300 264762 1 0.0403042977041712
508009 508009 203219 203219 264762 1 0.0403042977041712
720566 720566 254742 254742 264762 1 0.0393041494907298
826360 826360 286814 286814 264762 1 0.0388497768122591
915971 915971 324676 324676 264762 1 0.0403042977041712
1621837 1621837 489723 489723 264762 1 0.137931034482759
1758289 1758289 539280 539280 264762 1 0.0403042977041712
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 3270.131ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website