consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 68768
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 193379 | 193379 | 68768 68768 | 29130 | 5 | 0.215917233921623 |
| 193380 | 193380 | 68768 68768 | 31492 | 1 | 0.163634664225053 |
| 193381 | 193381 | 68768 68768 | 135765 | 7 | 0.327269328450105 |
| 193382 | 193382 | 68768 68768 | 230796 | 1 | 0.163634664225053 |
| 193383 | 193383 | 68768 68768 | 253586 | 1 | 0.109089776150035 |
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)
);