consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 102257
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 302115 | 302115 | 102257 102257 | 1801 | 8 | 0.364485981308411 |
| 302116 | 302116 | 102257 102257 | 49034 | 1 | 0.182242990654206 |
| 302117 | 302117 | 102257 102257 | 191874 | 1 | 0.182242990654206 |
| 302118 | 302118 | 102257 102257 | 230145 | 1 | 0.121495327102804 |
| 302119 | 302119 | 102257 102257 | 253865 | 1 | 0.121495327102804 |
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)
);