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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
788176 788176 275242 275242 30214 4 0.313398897477598
788177 788177 275242 275242 31083 2 0.145825268414947
788178 788178 275242 275242 52619 1 0.0824912289316458
788179 788179 275242 275242 125532 1 0.412456144658229
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 859.749ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website