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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
213236 213236 74296 74296 69425 10 0.409649772270068
213237 213237 74296 74296 73982 2 0.270268057578335
213238 213238 74296 74296 192092 2 0.180178705052223
213239 213239 74296 74296 216936 2 0.108107223031334
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 1009.441ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website