consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 36201
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 102819 | 102819 | 36201 36201 | 10669 | 1 | 0.111527207973507 |
| 102820 | 102820 | 36201 36201 | 43504 | 1 | 0.111527207973507 |
| 102821 | 102821 | 36201 36201 | 107868 | 1 | 0.16729081196026 |
| 102822 | 102822 | 36201 36201 | 151682 | 3 | 0.132778805445165 |
| 102823 | 102823 | 36201 36201 | 188527 | 4 | 0.33458162392052 |
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)
);