home / zeropm-v0-0-4

consensus_index

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

5 rows where inventory_id = 115147

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
341256 341256 115147 115147 28924 1 0.0967176102055129
341257 341257 115147 115147 29984 1 0.128956813607351
341258 341258 115147 115147 30776 4 0.386870440822052
341259 341259 115147 115147 240657 1 0.0773740881644103
341260 341260 115147 115147 251297 2 0.193435220411026
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 1794.341ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website