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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1415799 1415799 441256 441256 16709 1 0.0996483001172333
1415800 1415800 441256 441256 75047 2 0.132864400156311
1415801 1415801 441256 441256 75966 8 0.398593200468933
1415802 1415802 441256 441256 127486 3 0.199296600234467
1415803 1415803 441256 441256 199362 1 0.0664322000781555
1415804 1415804 441256 441256 204459 1 0.0797186400937866
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 1374.564ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website