consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 164714
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 302851 | 302851 | 102495 102495 | 164714 | 1 | 0.0910054765682076 |
| 463174 | 463174 | 166389 166389 | 164714 | 1 | 0.0876349976286468 |
| 1656118 | 1656118 | 501828 501828 | 164714 | 1 | 0.0902535773810176 |
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)
);