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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
434085 434085 155982 155982 9525 2 0.233854155649949
434086 434086 155982 155982 12898 1 0.0935416622599796
434087 434087 155982 155982 129073 7 0.399774333831798
434088 434088 155982 155982 230985 1 0.233854155649949
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 1151.406ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website