home / zeropm-v0-0-4

consensus_index

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

10 rows where inventory_id = 471201

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1547180 1547180 471201 471201 37425 1 0.062260654725139
1547181 1547181 471201 471201 73584 8 0.311303273625695
1547182 1547182 471201 471201 127582 3 0.155651636812847
1547183 1547183 471201 471201 189204 1 0.0518838789376158
1547184 1547184 471201 471201 191041 1 0.103767757875232
1547185 1547185 471201 471201 191045 1 0.0778258184064237
1547186 1547186 471201 471201 201038 1 0.0345892526250772
1547187 1547187 471201 471201 215575 1 0.0444718962322421
1547188 1547188 471201 471201 215576 1 0.0389129092032119
1547189 1547189 471201 471201 281910 1 0.103767757875232
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 905.345ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website