home / zeropm-v0-0-4

consensus_index

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

7 rows where inventory_id = 488256

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1616981 1616981 488256 488256 2836 8 0.31413612565445
1616982 1616982 488256 488256 14166 1 0.0785340314136126
1616983 1616983 488256 488256 161311 1 0.157068062827225
1616984 1616984 488256 488256 170662 1 0.157068062827225
1616985 1616985 488256 488256 185018 1 0.104712041884817
1616986 1616986 488256 488256 200449 1 0.0628272251308901
1616987 1616987 488256 488256 212154 1 0.104712041884817
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 1798.588ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website