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 = 10752

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
36079 36079 10752 10752 15897 3 0.243343741206878
36080 36080 10752 10752 23655 2 0.306593901906716
36081 36081 10752 10752 27346 1 0.102197967302239
36082 36082 10752 10752 172827 1 0.076648475476679
36083 36083 10752 10752 192379 3 0.243343741206878
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 580.216ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website