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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
49751 49751 15412 15412 6788 2 0.254185117253941
49752 49752 15412 15412 126273 1 0.254185117253941
49753 49753 15412 15412 235401 3 0.201746861261783
49754 49754 15412 15412 292639 1 0.0847283724179804
49755 49755 15412 15412 321577 2 0.17973602008696
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 1755.058ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website