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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
297895 297895 100682 100682 9298 4 0.34660329620005
297896 297896 100682 100682 93600 8 0.359294054450352
297897 297897 100682 100682 108573 1 0.098034216449866
297898 297898 100682 100682 153169 1 0.163390360749777
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 1003.935ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website