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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
707444 707444 251281 251281 326505 2 0.0282998922845625
862592 862592 298112 298112 326505 2 0.0299493899265113
1725246 1725246 528273 528273 326505 2 0.0302611885967341
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 1299.284ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website