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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
436187 436187 156512 156512 13315 2 0.260744568438036
436188 436188 156512 156512 123759 6 0.451622840332298
436189 436189 156512 156512 183904 2 0.159672786468849
436190 436190 156512 156512 228143 1 0.0903245680664596
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 1151.338ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website