consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 308168
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 885084 | 885084 | 308168 308168 | 51058 | 3 | 0.336 |
| 885085 | 885085 | 308168 308168 | 107011 | 1 | 0.336 |
| 885086 | 885086 | 308168 308168 | 198158 | 1 | 0.112 |
| 885087 | 885087 | 308168 308168 | 237058 | 1 | 0.168 |
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)
);