home / zeropm-v0-0-4

consensus_index

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

4 rows where inventory_id = 281124

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
807327 807327 281124 281124 27307 1 0.155063951861288
807328 807328 281124 281124 47834 3 0.310127903722576
807329 807329 281124 281124 91500 2 0.310127903722576
807330 807330 281124 281124 248553 2 0.126609186519883
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 2052.49ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website