home / zeropm-v0-0-4

consensus_index

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

7 rows where inchi_id = 239471

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
124832 124832 43220 43220 239471 1 0.0718255664814023
682892 682892 243882 243882 239471 1 0.0674546178413121
764079 764079 267858 267858 239471 1 0.0674546178413121
764087 764087 267859 267859 239471 1 0.0720284482106378
915281 915281 324238 324238 239471 1 0.0713982150446239
1620651 1620651 489397 489397 239471 1 0.0674546178413121
1722854 1722854 527629 527629 239471 1 0.0674546178413121
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 790.387ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website