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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
266723 266723 90403 90403 26599 5 0.287929060273574
266724 266724 90403 90403 45934 1 0.0759849345544772
266725 266725 90403 90403 122369 1 0.379924672772386
266726 266726 90403 90403 216759 2 0.126641557590795
266727 266727 90403 90403 219581 1 0.0949811681930965
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 2187.667ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website