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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
122231 122231 42464 42464 277 3 0.335235733315142
122232 122232 42464 42464 56070 2 0.149330542542648
122233 122233 42464 42464 120052 7 0.346485501309933
122234 122234 42464 42464 224723 2 0.140790185693564
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 772.216ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website