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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
953352 953352 342164 342164 9750 3 0.407772092169545
953353 953353 342164 342164 117793 2 0.235427327182104
953354 953354 342164 342164 200298 1 0.203886046084772
953355 953355 342164 342164 291603 1 0.101943023042386
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 2429.653ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website