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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
757485 757485 266051 266051 69067 1 0.379608869203027
757486 757486 266051 266051 170773 1 0.189804434601514
757487 757487 266051 266051 216022 2 0.0848831236399795
757488 757488 266051 266051 261430 1 0.126536289734342
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 1481.822ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website