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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
696782 696782 248413 248413 30516 5 0.343241905514721
696783 696783 248413 248413 144840 3 0.312941364273346
696784 696784 248413 248413 234650 1 0.131427137410269
696785 696785 248413 248413 255002 1 0.098570353057702
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 970.548ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website