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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
511144 511144 205805 205805 45091 2 0.311400580171955
511145 511145 205805 205805 121221 1 0.311400580171955
511146 511146 205805 205805 197269 1 0.155700290085978
511147 511147 205805 205805 197270 1 0.103800193390652
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 2291.166ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website