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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
334137 334137 112638 112638 26132 6 0.341968911917098
334138 334138 112638 112638 92401 1 0.170984455958549
334139 334139 112638 112638 123075 2 0.341968911917098
334140 334140 112638 112638 237364 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 1107.8ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website