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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
504829 504829 201947 201947 27368 1 0.20625
504830 504830 201947 201947 28183 1 0.20625
504831 504831 201947 201947 28185 7 0.4125
504832 504832 201947 201947 202526 1 0.1375
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 997.895ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website