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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
677061 677061 241923 241923 3821 2 0.353449904309428
677062 677062 241923 241923 133728 4 0.225834379055014
677063 677063 241923 241923 206636 4 0.268563850384444
677064 677064 241923 241923 232782 2 0.124963412073466
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 2040.292ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website