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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1473881 1473881 456472 456472 115888 4 0.390808389844893
1473882 1473882 456472 456472 135228 2 0.195404194922446
1473883 1473883 456472 456472 250812 1 0.130269463281631
1473884 1473884 456472 456472 263375 2 0.112816664539257
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 459.071ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website