consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 119136
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 260071 | 260071 | 88071 88071 | 119136 | 1 | 0.211841390548615 |
| 320625 | 320625 | 108063 108063 | 119136 | 7 | 0.348202836319589 |
| 470388 | 470388 | 170275 170275 | 119136 | 6 | 0.340733744032042 |
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)
);