home / zeropm-v0-0-4

consensus_index

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

7 rows where inventory_id = 255285

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
722299 722299 255285 255285 65921 9 0.284566618092057
722300 722300 255285 255285 83762 1 0.0569133236184115
722301 722301 255285 255285 107029 2 0.116173835359165
722302 722302 255285 255285 115430 3 0.284566618092057
722303 722303 255285 255285 172342 1 0.0569133236184115
722304 722304 255285 255285 210291 2 0.0711416545230144
722305 722305 255285 255285 211537 2 0.116173835359165
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 506.976ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website