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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
726288 726288 256540 256540 331 2 0.149337396879326
726289 726289 256540 256540 73702 3 0.207089535616912
726290 726290 256540 256540 97338 5 0.298674793758652
726291 726291 256540 256540 99654 1 0.149337396879326
726292 726292 256540 256540 231987 1 0.0995582645862173
726293 726293 256540 256540 330580 1 0.074668698439663
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 1670.271ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website