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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
669101 669101 239702 239702 320 11 0.50912203007057
669102 669102 239702 239702 3679 1 0.144375873508656
669103 669103 239702 239702 92350 1 0.115500698806925
669104 669104 239702 239702 228533 1 0.192501164678208
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 1136.686ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website