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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
687912 687912 245345 245345 16163 6 0.341968911917098
687913 687913 245345 245345 125836 2 0.341968911917098
687914 687914 245345 245345 151773 1 0.170984455958549
687915 687915 245345 245345 167486 1 0.113989637305699
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 654.371ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website