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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1699487 1699487 518501 518501 66816 2 0.294667926179566
1699488 1699488 518501 518501 130450 2 0.294667926179566
1699489 1699489 518501 518501 140843 1 0.147333963089783
1699490 1699490 518501 518501 145999 5 0.236542191262033
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 1668.563ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website