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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
668701 668701 239575 239575 73275 1 0.15
668702 668702 239575 239575 97108 2 0.3
668703 668703 239575 239575 97345 3 0.3
668704 668704 239575 239575 316912 1 0.15
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 541.924ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website