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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
304452 304452 102955 102955 5793 1 0.357808254299624
304453 304453 102955 102955 123194 5 0.311490177332541
304454 304454 102955 102955 224623 1 0.119269418099875
304455 304455 102955 102955 263737 3 0.178904127149812
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 2202.226ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website