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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
915065 915065 324096 324096 34120 1 0.094882577065968
915066 915066 324096 324096 34121 4 0.28838067200524
915067 915067 324096 324096 56071 1 0.189765154131936
915068 915068 324096 324096 94314 1 0.379530308263872
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 554.048ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website