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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
960004 960004 345441 345441 60810 1 0.0893842072242893
960005 960005 345441 345441 61095 3 0.247902191311418
960006 960006 345441 345441 144217 1 0.357536828897157
960007 960007 345441 345441 151031 1 0.178768414448579
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 2356.302ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website