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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
853978 853978 295423 295423 34223 2 0.132534316387678
853979 853979 295423 295423 50399 2 0.374863655430603
853980 853980 295423 295423 133344 1 0.187431827715301
853981 853981 295423 295423 168362 1 0.124954551810201
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 633.575ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website