home / zeropm-v0-0-4

consensus_index

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

3 rows where inventory_id = 344680

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
958267 958267 344680 344680 55023 3 0.375
958268 958268 344680 344680 117102 1 0.375
958269 958269 344680 344680 163402 1 0.1875
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 1215.765ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website