home / zeropm-v0-0-4

consensus_index

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

8 rows where inventory_id = 289210

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
833298 833298 289210 289210 14529 1 0.0413880929640242
833299 833299 289210 289210 68087 4 0.248328557784145
833300 833300 289210 289210 75047 2 0.248328557784145
833301 833301 289210 289210 87491 1 0.049665711556829
833302 833302 289210 289210 160162 1 0.124164278892073
833303 833303 289210 289210 181525 1 0.0620821394460363
833304 833304 289210 289210 228633 1 0.124164278892073
833305 833305 289210 289210 241087 1 0.0827761859280484
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 1154.896ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website