home / zeropm-v0-0-4

consensus_index

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

6 rows where inventory_id = 306144

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
881110 881110 306144 306144 63067 3 0.294599018003273
881111 881111 306144 306144 113849 1 0.294599018003273
881112 881112 306144 306144 144097 1 0.0589198036006547
881113 881113 306144 306144 154676 1 0.0981996726677578
881114 881114 306144 306144 182839 1 0.147299509001637
881115 881115 306144 306144 196481 1 0.0736497545008183
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 1129.409ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website