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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
168134 168134 60010 60010 13267 3 0.211268639541661
168135 168135 60010 60010 113310 4 0.335368060656324
168136 168136 60010 60010 185082 1 0.167684030328162
168137 168137 60010 60010 232395 2 0.136913437439125
168138 168138 60010 60010 238849 1 0.0558946767760539
168139 168139 60010 60010 243353 1 0.0670736121312647
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 799.083ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website