consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 289279
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 569494 | 569494 | 223346 223346 | 289279 | 2 | 0.0167539994603371 |
| 694000 | 694000 | 247530 247530 | 289279 | 2 | 0.016564957006996 |
| 941665 | 941665 | 336967 336967 | 289279 | 1 | 0.0182384722923941 |
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)
);