home / zeropm-v0-0-4

consensus_index

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

3 rows where inventory_id = 436302

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1380704 1380704 436302 436302 74728 9 0.581381887166687
1380705 1380705 436302 436302 142188 1 0.209309056416656
1380706 1380706 436302 436302 226665 1 0.156981792312492
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 1349.918ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website