home / zeropm-v0-0-4

consensus_index

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

5 rows where inchi_id = 223266

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
29560 29560 8555 8555 223266 1 0.0222240530826315
109206 109206 38205 38205 223266 1 0.0222240530826315
191589 191589 68112 68112 223266 1 0.0195238689504571
711726 711726 252329 252329 223266 1 0.0222240530826315
1726222 1726222 528541 528541 223266 1 0.0222240530826315
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 1137.528ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website