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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
675278 675278 241434 241434 4288 7 0.422535211267606
675279 675279 241434 241434 136364 1 0.211267605633803
675280 675280 241434 241434 144672 1 0.0845070422535211
675281 675281 241434 241434 176360 1 0.140845070422535
675282 675282 241434 241434 260208 1 0.105633802816901
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 972.547ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website