consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 232841
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 343529 | 343529 | 115993 115993 | 232841 | 2 | 0.0782734893206534 |
| 698261 | 698261 | 248910 248910 | 232841 | 1 | 0.0761639359409307 |
| 916928 | 916928 | 324998 324998 | 232841 | 1 | 0.0738986288346383 |
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)
);