consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inventory_id = 68239
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 192045 | 192045 | 68239 68239 | 418 | 2 | 0.328700800581954 |
| 192046 | 192046 | 68239 68239 | 108411 | 9 | 0.249397292567364 |
| 192047 | 192047 | 68239 68239 | 190965 | 1 | 0.0469572572259934 |
| 192048 | 192048 | 68239 68239 | 218877 | 2 | 0.116213282536473 |
| 192049 | 192049 | 68239 68239 | 228899 | 2 | 0.109566933527318 |
| 192050 | 192050 | 68239 68239 | 244865 | 2 | 0.0734997334359851 |
| 192051 | 192051 | 68239 68239 | 282930 | 2 | 0.0600122810495811 |
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)
);