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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
748162 748162 263062 263062 124276 1 0.119154338068967
748163 748163 263062 263062 140193 1 0.17873150710345
748164 748164 263062 263062 259311 4 0.357463014206901
748165 748165 263062 263062 321496 1 0.17873150710345
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 1834.61ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website