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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
30145 30145 8755 8755 54865 3 0.24664841430089
30146 30146 8755 8755 130257 2 0.310757529100883
30147 30147 8755 8755 144753 4 0.310757529100883
30148 30148 8755 8755 251139 1 0.103585843033628
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 1087.664ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website