consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 30605
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 269257 | 269257 | 91289 91289 | 30605 | 5 | 0.539504286779636 |
| 272203 | 272203 | 92345 92345 | 30605 | 1 | 0.211267605633803 |
| 917513 | 917513 | 325228 325228 | 30605 | 1 | 0.0975609756097561 |
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)
);