consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 224022
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 128287 | 128287 | 45844 45844 | 224022 | 1 | 0.0611162945549226 |
| 214150 | 214150 | 74481 74481 | 224022 | 1 | 0.0611162945549226 |
| 841551 | 841551 | 291761 291761 | 224022 | 1 | 0.0611162945549226 |
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)
);