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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1706620 1706620 521680 521680 72002 3 0.211115772222913
1706621 1706621 521680 521680 112688 2 0.304481631773613
1706622 1706622 521680 521680 148419 1 0.152240815886806
1706623 1706623 521680 521680 229559 4 0.304481631773613
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 1310.918ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website