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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
194385 194385 68997 68997 3125 1 0.0849342770475228
194386 194386 68997 68997 3126 8 0.424671385237614
194387 194387 68997 68997 6576 1 0.106167846309403
194388 194388 68997 68997 54188 1 0.141557128412538
194389 194389 68997 68997 271498 2 0.212335692618807
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 1354.896ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website