consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 92326
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 159196 | 159196 | 57302 57302 | 92326 | 3 | 0.129968177603145 |
| 510011 | 510011 | 204342 204342 | 92326 | 6 | 0.18272308847525 |
| 675375 | 675375 | 241459 241459 | 92326 | 6 | 0.18272308847525 |
| 675571 | 675571 | 241504 241504 | 92326 | 3 | 0.106597149455666 |
| 930455 | 930455 | 331247 331247 | 92326 | 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)
);