home / zeropm-v0-0-4

consensus_index

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

10 rows where inventory_id = 155201

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
431282 431282 155201 155201 3521 8 0.334362061183255
431283 431283 155201 155201 3523 1 0.111454020394418
431284 431284 155201 155201 55999 2 0.136502739874038
431285 431285 155201 155201 173397 2 0.118214840417096
431286 431286 155201 155201 198004 1 0.0417952576479069
431287 431287 155201 155201 233774 1 0.0334362061183255
431288 431288 155201 155201 246856 1 0.0557270101972092
431289 431289 155201 155201 254497 1 0.0668724122366511
431290 431290 155201 155201 318640 1 0.047766008740465
431291 431291 155201 155201 322819 1 0.0371513401314728
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 806.182ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website