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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
431925 431925 155363 155363 4329 4 0.246968001751879
431926 431926 155363 155363 7468 2 0.169565525201638
431927 431927 155363 155363 119999 6 0.415349014711056
431928 431928 155363 155363 145411 1 0.138449671570352
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 868.968ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website