consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 155139
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 742046 | 742046 | 261352 261352 | 155139 | 1 | 0.000720113059099917 |
| 786214 | 786214 | 274706 274706 | 155139 | 1 | 0.000735487214239784 |
| 834709 | 834709 | 289659 289659 | 155139 | 1 | 0.000830864662302669 |
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)
);