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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
213179 213179 74289 74289 258113 1 0.0120384806952405
724596 724596 256051 256051 258113 3 0.0518020637469483
1610085 1610085 486046 486046 258113 2 0.126474337633074
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 829.752ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website