consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 152476
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 361715 | 361715 | 122845 122845 | 152476 | 4 | 0.255215366849735 |
| 555780 | 555780 | 219042 219042 | 152476 | 4 | 0.255215366849735 |
| 1683085 | 1683085 | 511642 511642 | 152476 | 4 | 0.283551628718063 |
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)
);