home / zeropm-v0-0-4

consensus_index

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

5 rows where inventory_id = 201113

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
502694 502694 201113 201113 6206 1 0.180891805930582
502695 502695 201113 201113 55222 2 0.361783611861164
502696 502696 201113 201113 195963 1 0.120594537287055
502697 502697 201113 201113 201783 1 0.090445902965291
502698 502698 201113 201113 333070 1 0.0723567223722328
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 1233.611ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website