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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
669868 669868 239901 239901 825 3 0.274414356306474
669869 669869 239901 239901 130570 6 0.395773987469196
669870 669870 239901 239901 228073 1 0.197886993734598
669871 669871 239901 239901 329413 1 0.098943496867299
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 648.414ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website