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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
926454 926454 329465 329465 10254 1 0.082532429213928
926455 926455 329465 329465 10713 5 0.397513266738325
926456 926456 329465 329465 12646 1 0.123798643820892
926457 926457 329465 329465 157153 1 0.247597287641784
926458 926458 329465 329465 270796 1 0.0990389150567136
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 899.927ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website