consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 287174
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 827558 | 827558 | 287174 287174 | 63492 | 8 | 0.369391458683064 |
| 827559 | 827559 | 287174 287174 | 145153 | 3 | 0.212344042428888 |
| 827560 | 827560 | 287174 287174 | 193086 | 3 | 0.385854732262755 |
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)
);