home / zeropm-v0-0-4

consensus_index

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

13 rows where inventory_id = 155266

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
431493 431493 155266 155266 2666 1 0.0547820673708758
431494 431494 155266 155266 3505 1 0.0228258614045316
431495 431495 155266 155266 3513 1 0.0391300481220541
431496 431496 155266 155266 3690 1 0.0913034456181263
431497 431497 155266 155266 3721 8 0.273910336854379
431498 431498 155266 155266 6872 1 0.0456517228090631
431499 431499 155266 155266 25497 1 0.136955168427189
431500 431500 155266 155266 46505 1 0.136955168427189
431501 431501 155266 155266 183876 1 0.0249009397140344
431502 431502 155266 155266 243003 1 0.0684775842135947
431503 431503 155266 155266 246918 1 0.0304344818727088
431504 431504 155266 155266 270351 1 0.0273910336854379
431505 431505 155266 155266 292845 1 0.0342387921067974
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 734.658ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website