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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
334278 334278 112685 112685 26217 1 0.310541404605566
334279 334279 112685 112685 64093 4 0.103513801535189
334280 334280 112685 112685 99124 5 0.178359200314441
334281 334281 112685 112685 155705 1 0.0776353511513914
334282 334282 112685 112685 158965 4 0.310541404605566
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 1061.737ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website