consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 211433
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 742083 | 742083 | 261352 261352 | 211433 | 1 | 0.00121650167265423 |
| 786251 | 786251 | 274706 274706 | 211433 | 1 | 0.00124247354638565 |
| 834746 | 834746 | 289659 289659 | 211433 | 1 | 0.00140359661398703 |
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)
);