consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 334308
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 936275 | 936275 | 334308 334308 | 24395 | 4 | 0.412518685752394 |
| 936276 | 936276 | 334308 334308 | 104634 | 2 | 0.38389189343159 |
| 936277 | 936277 | 334308 334308 | 260869 | 1 | 0.13572628054401 |
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)
);