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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
296117 296117 100181 100181 53335 4 0.141983596537938
296118 296118 100181 100181 73678 2 0.347787363363145
296119 296119 100181 100181 105477 6 0.347787363363145
296120 296120 100181 100181 173635 4 0.141983596537938
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 1439.441ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website