consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 270217
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 736438 | 736438 | 259736 259736 | 270217 | 1 | 0.134991119005329 |
| 859034 | 859034 | 297162 297162 | 270217 | 1 | 0.134228187919463 |
| 886675 | 886675 | 309036 309036 | 270217 | 1 | 0.0314489452035176 |
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)
);