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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
748962 748962 263323 263323 4096 2 0.27392914515378
748963 748963 263323 263323 93331 5 0.387394312205744
748964 748964 263323 263323 120714 1 0.0774788624411488
748965 748965 263323 263323 228819 1 0.129131437401915
748966 748966 263323 263323 228957 1 0.096848578051436
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 1172.89ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website