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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
758558 758558 266292 266292 3774 1 0.103500806539223
758559 758559 266292 266292 8250 3 0.414003226156891
758560 758560 266292 266292 124008 2 0.292744488648645
758561 758561 266292 266292 169567 1 0.13800107538563
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 804.28ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website