consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 65059
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 100898 | 100898 | 35660 35660 | 65059 | 2 | 0.473684210526316 |
| 380555 | 380555 | 130144 130144 | 65059 | 1 | 0.466666666666667 |
| 491739 | 491739 | 185015 185015 | 65059 | 1 | 0.466666666666667 |
| 1688037 | 1688037 | 513552 513552 | 65059 | 2 | 0.473684210526316 |
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)
);