home / zeropm-v0-0-4

consensus_index

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

5 rows where inventory_id = 74271

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
213002 213002 74271 74271 10417 1 0.202348073694061
213003 213003 74271 74271 68381 8 0.404696147388122
213004 213004 74271 74271 82023 1 0.10117403684703
213005 213005 74271 74271 232203 1 0.134898715796041
213006 213006 74271 74271 309096 2 0.127976158604167
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 786.726ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website