home / zeropm-v0-0-4

consensus_index

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

4 rows where inventory_id = 136283

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
394521 394521 136283 136283 77066 1 0.274509803921569
394522 394522 136283 136283 114560 1 0.274509803921569
394523 394523 136283 136283 275297 3 0.274509803921569
394524 394524 136283 136283 339956 1 0.137254901960784
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 538.378ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website