home / zeropm-v0-0-4

consensus_index

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

3 rows where inchi_id = 294809

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
184316 184316 65816 65816 294809 2 0.0453278555089212
731345 731345 257935 257935 294809 2 0.0473733329054359
1761973 1761973 541063 541063 294809 2 0.0473733329054359
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 2097.432ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website