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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
434120 434120 155993 155993 9288 1 0.154639175257732
434121 434121 155993 155993 9546 8 0.309278350515464
434122 434122 155993 155993 17730 1 0.077319587628866
434123 434123 155993 155993 115303 1 0.077319587628866
434124 434124 155993 155993 168546 1 0.154639175257732
434125 434125 155993 155993 185277 1 0.103092783505155
434126 434126 155993 155993 197964 1 0.103092783505155
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 1993.17ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website