consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 223261
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 189661 | 189661 | 67551 67551 | 223261 | 1 | 0.0201421465628882 |
| 716220 | 716220 | 253383 253383 | 223261 | 1 | 0.0200905673749594 |
| 819022 | 819022 | 284314 284314 | 223261 | 1 | 0.0201421465628882 |
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)
);