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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
727264 727264 256804 256804 33646 4 0.222518965447894
727265 727265 256804 256804 104093 4 0.385414153803416
727266 727266 256804 256804 204508 2 0.192707076901708
727267 727267 256804 256804 263705 2 0.0963535384508541
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 1570.768ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website