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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
80810 80810 29140 29140 20541 8 0.9
120643 120643 41998 41998 20541 1 0.107945304236958
244621 244621 83249 83249 20541 1 0.0668385087475102
262118 262118 88780 88780 20541 8 0.9
572763 572763 224458 224458 20541 4 0.833333333333333
879092 879092 305146 305146 20541 1 0.104672412622893
955948 955948 343274 343274 20541 4 0.833333333333333
1039765 1039765 368387 368387 20541 8 0.9
1039766 1039766 368388 368388 20541 8 0.9
1039767 1039767 368389 368389 20541 8 0.9
1039768 1039768 368390 368390 20541 8 0.9
1259695 1259695 414985 414985 20541 8 0.9
1259696 1259696 414986 414986 20541 8 0.9
1484318 1484318 459304 459304 20541 8 0.9
1596261 1596261 481886 481886 20541 8 0.9
1628524 1628524 491991 491991 20541 1 0.100271779945238
1637216 1637216 495075 495075 20541 8 0.9
1732007 1732007 530413 530413 20541 8 0.9
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 3220.788ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website