consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 155457
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 432197 | 432197 | 155457 155457 | 4914 | 3 | 0.311688311688312 |
| 432198 | 432198 | 155457 155457 | 4917 | 1 | 0.155844155844156 |
| 432199 | 432199 | 155457 155457 | 114900 | 1 | 0.311688311688312 |
| 432200 | 432200 | 155457 155457 | 197798 | 1 | 0.103896103896104 |
| 432201 | 432201 | 155457 155457 | 223514 | 1 | 0.0779220779220779 |
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)
);