home / zeropm-v0-0-4

consensus_index

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

3 rows where inchi_id = 177665

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
297492 297492 100591 100591 177665 4 0.0163706794200095
727935 727935 256976 256976 177665 4 0.0162786499099698
1740114 1740114 532932 532932 177665 2 0.00930561574650431
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 1354.162ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website