home / zeropm-v0-0-4

consensus_index

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

13 rows where inchi_id = 232782

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
49394 49394 15167 15167 232782 2 0.124963412073466
112827 112827 39409 39409 232782 2 0.124963412073466
190824 190824 67938 67938 232782 1 0.0654544378805647
305337 305337 103217 103217 232782 1 0.0853307725231861
587992 587992 229654 229654 232782 1 0.0853307725231861
677064 677064 241923 241923 232782 2 0.124963412073466
752592 752592 264500 264500 232782 1 0.0730275585497723
752596 752596 264501 264501 232782 2 0.124963412073466
752600 752600 264502 264502 232782 1 0.0892769205035773
752604 752604 264503 264503 232782 1 0.086101905324323
945078 945078 338487 338487 232782 1 0.0900748972776822
1657895 1657895 502374 502374 232782 2 0.124963412073466
1743900 1743900 534082 534082 232782 1 0.0654544378805647
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 2975.315ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website