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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1686342 1686342 512899 512899 55558 5 0.314265513204794
1686343 1686343 512899 512899 145594 1 0.360996278050646
1686344 1686344 512899 512899 254920 1 0.0902490695126616
1686345 1686345 512899 512899 272894 1 0.120332092683549
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 1843.435ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website