home / zeropm-v0-0-4

consensus_index

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

8 rows where inventory_id = 266819

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
760300 760300 266819 266819 192351 1 0.142540685855643
760301 760301 266819 266819 201303 4 0.285081371711287
760302 760302 266819 266819 213438 1 0.0570162743422573
760303 760303 266819 266819 215238 1 0.0712703429278216
760304 760304 266819 266819 223498 1 0.0950271239037622
760305 760305 266819 266819 226038 1 0.0407259102444695
760306 760306 266819 266819 231927 1 0.142540685855643
760307 760307 266819 266819 270524 1 0.0475135619518811
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 2740.459ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website