home / zeropm-v0-0-4

consensus_index

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

18 rows where inchi_id = 206636

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
48983 48983 15054 15054 206636 2 0.185733372302777
49393 49393 15167 15167 206636 4 0.268563850384444
112826 112826 39409 39409 206636 4 0.268563850384444
190823 190823 67938 67938 206636 5 0.182965344939553
303718 303718 102712 102712 206636 2 0.185733372302777
305336 305336 103217 103217 206636 5 0.273994230405878
381361 381361 130476 130476 206636 1 0.386876596835389
587991 587991 229654 229654 206636 5 0.273994230405878
591331 591331 230699 230699 206636 2 0.185733372302777
677063 677063 241923 241923 206636 4 0.268563850384444
752591 752591 264500 264500 206636 5 0.234489025607124
752595 752595 264501 264501 206636 4 0.268563850384444
752599 752599 264502 264502 206636 4 0.271343160414794
752603 752603 264503 264503 206636 4 0.261693201072062
829823 829823 287935 287935 206636 1 0.386876596835389
945077 945077 338487 338487 206636 3 0.249817782253825
1657894 1657894 502374 502374 206636 4 0.268563850384444
1743899 1743899 534082 534082 206636 5 0.182965344939553
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 1738.207ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website