home / zeropm-v0-0-4

consensus_index

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

27 rows where inchi_id = 205995

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
8712 8712 2639 2639 205995 1 0.307692307692308
76624 76624 27467 27467 205995 1 0.304347826086957
102036 102036 35967 35967 205995 1 0.3
129583 129583 46213 46213 205995 1 0.3
199303 199303 70890 70890 205995 1 0.307692307692308
510425 510425 204731 204731 205995 1 0.304347826086957
575767 575767 225536 225536 205995 1 0.3125
661099 661099 236701 236701 205995 1 0.307692307692308
687611 687611 245218 245218 205995 1 0.3125
772035 772035 270116 270116 205995 1 0.304347826086957
1036899 1036899 367429 367429 205995 1 0.304347826086957
1036901 1036901 367430 367430 205995 1 0.304347826086957
1036903 1036903 367431 367431 205995 1 0.304347826086957
1036905 1036905 367432 367432 205995 1 0.304347826086957
1256299 1256299 413838 413838 205995 1 0.304347826086957
1256301 1256301 413839 413839 205995 1 0.304347826086957
1256303 1256303 413840 413840 205995 1 0.304347826086957
1256305 1256305 413841 413841 205995 1 0.304347826086957
1256307 1256307 413842 413842 205995 1 0.304347826086957
1256309 1256309 413843 413843 205995 1 0.304347826086957
1482188 1482188 458562 458562 205995 1 0.304347826086957
1482190 1482190 458563 458563 205995 1 0.304347826086957
1482192 1482192 458564 458564 205995 1 0.304347826086957
1482194 1482194 458565 458565 205995 1 0.304347826086957
1595530 1595530 481609 481609 205995 1 0.304347826086957
1712764 1712764 524502 524502 205995 1 0.304347826086957
1765949 1765949 543441 543441 205995 1 0.3125
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 1564.963ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website