consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 108167
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 56846 | 56846 | 17855 17855 | 108167 | 4 | 0.251077958446572 |
| 336257 | 336257 | 113334 113334 | 108167 | 3 | 0.23956721077752 |
| 1672495 | 1672495 | 507511 507511 | 108167 | 6 | 0.247725091747151 |
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)
);