home / zeropm-v0-0-4

consensus_index

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

6 rows where inchi_id = 13148

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
121120 121120 42102 42102 13148 1 0.104347826086957
189626 189626 67546 67546 13148 4 0.28838067200524
315828 315828 106504 106504 13148 6 0.311447331534448
886811 886811 309105 309105 13148 4 0.28838067200524
937865 937865 335071 335071 13148 1 0.103896103896104
1746705 1746705 534987 534987 13148 6 0.310391918282086
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 2862.436ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website