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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
192079 192079 68246 68246 14941 2 0.238756555688349
192080 192080 68246 68246 46723 13 0.379232955210292
192081 192081 68246 68246 55500 2 0.159171037125566
192082 192082 68246 68246 270953 1 0.0795855185627831
192083 192083 68246 68246 276611 1 0.119378277844175
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 1967.656ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website