home / zeropm-v0-0-4

consensus_index

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

4 rows where inchi_id = 266145

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
293527 293527 99389 99389 266145 2 0.0920965834515371
543654 543654 215057 215057 266145 2 0.0920965834515371
723550 723550 255729 255729 266145 2 0.0783043877165211
949661 949661 340632 340632 266145 2 0.0918396567650271
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 807.839ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website