home / zeropm-v0-0-4

consensus_index

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

4 rows where inventory_id = 241408

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
675094 675094 241408 241408 4067 12 0.46875
675095 675095 241408 241408 20200 3 0.15625
675096 675096 241408 241408 26130 3 0.234375
675097 675097 241408 241408 266883 1 0.1171875
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 1918.583ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website