home / zeropm-v0-0-4

consensus_index

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

14 rows where inchi_id = 46389

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
9323 9323 2828 2828 46389 1 0.0868759901757552
183914 183914 65708 65708 46389 1 0.087194943736827
203430 203430 72081 72081 46389 1 0.0868759901757552
221927 221927 76760 76760 46389 1 0.0868759901757552
470217 470217 170186 170186 46389 1 0.0950327408369329
484999 484999 179306 179306 46389 4 0.258911407882068
517516 517516 207153 207153 46389 1 0.0868759901757552
592728 592728 231070 231070 46389 1 0.087194943736827
597959 597959 235551 235551 46389 1 0.0868759901757552
597966 597966 235552 235552 46389 1 0.0868759901757552
673147 673147 240762 240762 46389 1 0.087194943736827
745711 745711 262356 262356 46389 1 0.0868759901757552
865093 865093 298702 298702 46389 1 0.150943396226415
1755424 1755424 538014 538014 46389 5 0.393559928443649
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 856.11ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website