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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
192705 192705 68494 68494 26067 4 0.212505924456079
192706 192706 68494 68494 97929 1 0.0466122541291818
192707 192707 68494 68494 100097 1 0.0699183811937727
192708 192708 68494 68494 117378 2 0.279673524775091
192709 192709 68494 68494 144827 8 0.235176464424745
192710 192710 68494 68494 156065 1 0.0699183811937727
192711 192711 68494 68494 297079 2 0.0722113935886036
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 2029.456ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website