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 = 93348

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
7680 7680 2307 2307 93348 1 0.136602451838879
29800 29800 8633 8633 93348 1 0.157894736842105
107089 107089 37696 37696 93348 1 0.157894736842105
154879 154879 55700 55700 93348 1 0.137281292059219
202499 202499 71776 71776 93348 1 0.136602451838879
240602 240602 81777 81777 93348 1 0.136602451838879
300770 300770 101820 101820 93348 1 0.137931034482759
438855 438855 157284 157284 93348 1 0.136602451838879
474450 474450 172518 172518 93348 3 0.690983005625053
521716 521716 208176 208176 93348 1 0.136602451838879
552062 552062 218096 218096 93348 1 0.136602451838879
663593 663593 237838 237838 93348 1 0.157517899761337
713930 713930 252788 252788 93348 1 0.157894736842105
815632 815632 283322 283322 93348 1 0.157894736842105
815637 815637 283323 283323 93348 1 0.156521739130435
891626 891626 312636 312636 93348 1 0.155844155844156
1626208 1626208 491078 491078 93348 1 0.157894736842105
1726391 1726391 528610 528610 93348 1 0.155844155844156
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 1802.688ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website