home / zeropm-v0-0-4

consensus_index

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

5 rows where inventory_id = 281488

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
808485 808485 281488 281488 10453 2 0.221413667719986
808486 808486 281488 281488 48806 9 0.411501122225111
808487 808487 281488 281488 91502 1 0.0774786439988727
808488 808488 281488 281488 140690 3 0.149233493399249
808489 808489 281488 281488 175219 1 0.108470101598422
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 1200.231ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website