consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 68183
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 293525 | 293525 | 99389 99389 | 68183 | 6 | 0.356688533950405 |
| 543652 | 543652 | 215057 215057 | 68183 | 6 | 0.356688533950405 |
| 723547 | 723547 | 255729 255729 | 68183 | 7 | 0.303271589561055 |
| 949659 | 949659 | 340632 340632 | 68183 | 4 | 0.355693461172355 |
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)
);