home / zeropm-v0-0-4

consensus_index

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

3 rows where inchi_id = 275453

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
93577 93577 33308 33308 275453 2 0.0749833053501548
344815 344815 116468 116468 275453 3 0.0395589060777205
698918 698918 249100 249100 275453 4 0.0439444809477669
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 2015.091ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website