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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1220385 1220385 404744 404744 5833 2 0.317504556494022
1220386 1220386 404744 404744 115942 1 0.105834852164674
1220387 1220387 404744 404744 122163 4 0.317504556494022
1220388 1220388 404744 404744 274029 1 0.158752278247011
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 955.457ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website