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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
31262 31262 9163 9163 34553 1 0.0979052446692306
31263 31263 9163 9163 62798 9 0.445705691718818
31264 31264 9163 9163 75277 1 0.293715734007692
31265 31265 9163 9163 264278 1 0.117486293603077
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 1290.223ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website