home / zeropm-v0-0-4

consensus_index

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

3 rows where inventory_id = 313430

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
893316 893316 313430 313430 56981 4 0.373341713832489
893317 893317 313430 313430 177383 1 0.26399245755076
893318 893318 313430 313430 276668 1 0.175994971700507
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 512.897ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website