home / zeropm-v0-0-4

consensus_index

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

5 rows where inventory_id = 100773

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
298198 298198 100773 100773 75886 4 0.167091082926443
298199 298199 100773 100773 124170 6 0.397411809339272
298200 298200 100773 100773 216203 2 0.132470603113091
298201 298201 100773 100773 281194 2 0.198705904669636
298202 298202 100773 100773 322598 1 0.0794823618678543
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 1246.249ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website