home / zeropm-v0-0-4

consensus_index

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

4 rows where inventory_id = 41203

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
118137 118137 41203 41203 64660 1 0.0981357267204438
118138 118138 41203 41203 146935 3 0.392542906881775
118139 118139 41203 41203 213623 2 0.196271453440888
118140 118140 41203 41203 260742 1 0.130847635627258
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 821.461ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website