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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
212731 212731 74233 74233 35059 1 0.0974605240504523
212732 212732 74233 74233 64743 6 0.347309823783335
212733 212733 74233 74233 64744 1 0.129947365400603
212734 212734 74233 74233 112090 2 0.389842096201809
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 902.035ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website