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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
722392 722392 255323 255323 4046 1 0.108977048421437
722393 722393 255323 255323 4603 4 0.175655189238831
722394 722394 255323 255323 73287 1 0.0817327863160776
722395 722395 255323 255323 73288 2 0.163465572632155
722396 722396 255323 255323 119576 6 0.32693114526431
722397 722397 255323 255323 264625 2 0.0596891876707537
722398 722398 255323 255323 288085 1 0.0653862290528621
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 899.508ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website