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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
31263 31263 9163 9163 62798 9 0.445705691718818
31573 31573 9275 9275 62798 1 0.3125
245556 245556 83553 83553 62798 12 0.417466584435164
247185 247185 84119 84119 62798 3 0.247653759864
486470 486470 180407 180407 62798 1 0.599254417849115
720762 720762 254798 254798 62798 6 0.406066708453357
826582 826582 286904 286904 62798 6 0.406066708453357
826586 826586 286905 286905 62798 9 0.445705691718818
942251 942251 337265 337265 62798 6 0.406066708453357
942262 942262 337272 337272 62798 1 0.3
1089872 1089872 380751 380751 62798 7 0.422715405626553
1318658 1318658 429296 429296 62798 7 0.422715405626553
1520915 1520915 468604 468604 62798 7 0.422715405626553
1602734 1602734 484166 484166 62798 7 0.422715405626553
1629528 1629528 492361 492361 62798 7 0.422715405626553
1630324 1630324 492670 492670 62798 1 0.3125
1727520 1727520 529029 529029 62798 9 0.445705691718818
1727889 1727889 529150 529150 62798 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 2716.582ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website