home / zeropm-v0-0-4

consensus_index

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

5 rows where inventory_id = 8297

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
28651 28651 8297 8297 46725 7 0.302283477263653
28652 28652 8297 8297 60383 2 0.0790787126771555
28653 28653 8297 8297 70926 3 0.154471195121044
28654 28654 8297 8297 125496 2 0.353650754238588
28655 28655 8297 8297 261112 1 0.088412688559647
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 1270.791ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website