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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1509107 1509107 465667 465667 10348 1 0.110911646083341
1509108 1509108 465667 465667 12184 5 0.289662587921859
1509109 1509109 465667 465667 55359 2 0.332734938250024
1509110 1509110 465667 465667 332712 1 0.166367469125012
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 1179.987ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website