consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 248268
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 696399 | 696399 | 248268 248268 | 29903 | 9 | 0.446808510638298 |
| 696400 | 696400 | 248268 248268 | 76406 | 2 | 0.223404255319149 |
| 696401 | 696401 | 248268 248268 | 108652 | 1 | 0.148936170212766 |
| 696402 | 696402 | 248268 248268 | 171147 | 1 | 0.148936170212766 |
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)
);