home / zeropm-v0-0-4

consensus_index

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

5 rows where inventory_id = 74789

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
215276 215276 74789 74789 16034 2 0.208333333333333
215277 215277 74789 74789 77503 8 0.416666666666667
215278 215278 74789 74789 148462 1 0.104166666666667
215279 215279 74789 74789 189486 2 0.138888888888889
215280 215280 74789 74789 315681 1 0.104166666666667
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 1260.373ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website