home / zeropm-v0-0-4

consensus_index

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

6 rows where inventory_id = 289139

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
833063 833063 289139 289139 695 1 0.0980392156862745
833064 833064 289139 289139 2595 1 0.065359477124183
833065 833065 289139 289139 54379 1 0.130718954248366
833066 833066 289139 289139 60355 4 0.392156862745098
833067 833067 289139 289139 63043 1 0.0784313725490196
833068 833068 289139 289139 232023 1 0.196078431372549
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 1015.374ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website