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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1059278 1059278 374256 374256 8155 1 0.0878526289894637
1059279 1059279 374256 374256 92900 1 0.175705257978927
1059280 1059280 374256 374256 129310 1 0.070282103191571
1059281 1059281 374256 374256 140200 1 0.117136838652618
1059282 1059282 374256 374256 228325 2 0.351410515957855
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 596.392ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website