consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 199802
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 128449 | 128449 | 45870 45870 | 199802 | 1 | 0.0270561982529076 |
| 536872 | 536872 | 213067 213067 | 199802 | 1 | 0.0453189679255706 |
| 730362 | 730362 | 257651 257651 | 199802 | 1 | 0.0439753071598488 |
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)
);