home / zeropm-v0-0-4

consensus_index

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

5 rows where inchi_id = 210508

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
79898 79898 28839 28839 210508 1 0.155844155844156
324684 324684 109397 109397 210508 2 0.0801776874860867
689930 689930 246015 246015 210508 1 0.157068062827225
924350 924350 328240 328240 210508 1 0.155844155844156
1748635 1748635 535606 535606 210508 1 0.157068062827225
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 2700.287ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website