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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
766162 766162 268297 268297 11206 5 0.455696202531646
766163 766163 268297 268297 74082 1 0.113924050632911
766164 766164 268297 268297 169427 1 0.227848101265823
766165 766165 268297 268297 225610 1 0.151898734177215
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 781.792ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website