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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
14103 14103 4334 4334 4650 1 0.193548387096774
14104 14104 4334 4334 91330 1 0.0967741935483871
14105 14105 4334 4334 139943 2 0.387096774193548
14106 14106 4334 4334 220206 1 0.129032258064516
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 1357.724ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website