home / zeropm-v0-0-4

consensus_index

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

4 rows where inventory_id = 239730

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
669192 669192 239730 239730 357 3 0.234952579021199
669193 669193 239730 239730 124013 4 0.313624066317531
669194 669194 239730 239730 124170 3 0.296021700035897
669195 669195 239730 239730 217259 1 0.124321323700298
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 472.258ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website