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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
49071 49071 15085 15085 5633 2 0.261724290807638
49072 49072 15085 15085 73636 1 0.0523448581615276
49073 49073 15085 15085 199547 2 0.0925335104156604
49074 49074 15085 15085 215200 3 0.261724290807638
49075 49075 15085 15085 224934 1 0.130862145403819
49076 49076 15085 15085 291040 2 0.0872414302692127
49077 49077 15085 15085 295052 1 0.0436207151346063
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 1047.972ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website