consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 275456
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 149037 | 149037 | 53550 53550 | 275456 | 2 | 0.0698210562954267 |
| 356583 | 356583 | 120897 120897 | 275456 | 1 | 0.074033673893518 |
| 945590 | 945590 | 338696 338696 | 275456 | 1 | 0.0809839511285939 |
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)
);