home / zeropm-v0-0-4

consensus_index

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

4 rows where inchi_id = 101264

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
282332 282332 95754 95754 101264 1 0.332419369494864
454990 454990 163473 163473 101264 1 0.332419369494864
556904 556904 219391 219391 101264 1 0.332419369494864
1736379 1736379 531934 531934 101264 2 0.292682926829268
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 2448.805ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website