consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inchi_id = 4370
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 76101 | 76101 | 26997 26997 | 4370 | 2 | 0.253403317099393 |
| 159195 | 159195 | 57302 57302 | 4370 | 2 | 0.0722526612670246 |
| 510010 | 510010 | 204342 204342 | 4370 | 3 | 0.109343045742926 |
| 675374 | 675374 | 241459 241459 | 4370 | 3 | 0.109343045742926 |
| 675569 | 675569 | 241504 241504 | 4370 | 1 | 0.193699875413096 |
| 930454 | 930454 | 331247 331247 | 4370 | 1 | 0.272727272727273 |
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)
);