home / zeropm-v0-0-4

consensus_index

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

6 rows where inventory_id = 306242

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
881356 881356 306242 306242 35784 3 0.289163737247411
881357 881357 306242 306242 75186 1 0.144581868623705
881358 881358 306242 306242 102671 1 0.289163737247411
881359 881359 306242 306242 193487 2 0.118050601395397
881360 881360 306242 306242 207370 1 0.0578327474494822
881361 881361 306242 306242 287104 1 0.0722909343118527
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 1019.218ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website