home / zeropm-v0-0-4

consensus_index

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

5 rows where inchi_id = 260544

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
282334 282334 95754 95754 260544 2 0.135709639313353
454992 454992 163473 163473 260544 2 0.135709639313353
493955 493955 186747 186747 260544 1 0.262020410288673
556906 556906 219391 219391 260544 2 0.135709639313353
1736381 1736381 531934 531934 260544 1 0.0975609756097561
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 2173.672ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website