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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1266140 1266140 416799 416799 3332 4 0.371577869519826
1266141 1266141 416799 416799 46430 1 0.185788934759913
1266142 1266142 416799 416799 139449 2 0.151696030005673
1266143 1266143 416799 416799 220059 1 0.123859289839942
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 668.218ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website