home / zeropm-v0-0-4

consensus_index

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

17 rows where inchi_id = 3821

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
48980 48980 15054 15054 3821 2 0.262666654095878
49391 49391 15167 15167 3821 2 0.353449904309428
112824 112824 39409 39409 3821 2 0.353449904309428
190820 190820 67938 67938 3821 2 0.261817751522259
303715 303715 102712 102712 3821 2 0.262666654095878
305334 305334 103217 103217 3821 2 0.341323090092745
587989 587989 229654 229654 3821 2 0.341323090092745
591328 591328 230699 230699 3821 2 0.262666654095878
677061 677061 241923 241923 3821 2 0.353449904309428
752588 752588 264500 264500 3821 2 0.292110234199089
752593 752593 264501 264501 3821 2 0.353449904309428
752597 752597 264502 264502 3821 2 0.357107682014309
752601 752601 264503 264503 3821 1 0.344407621297292
945075 945075 338487 338487 3821 1 0.360299589110729
961575 961575 346126 346126 3821 1 0.454545454545455
1657892 1657892 502374 502374 3821 2 0.353449904309428
1743896 1743896 534082 534082 3821 2 0.261817751522259
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 3602.832ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website