consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 289005
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 671398 | 671398 | 240313 240313 | 289005 | 2 | 0.0170054927629656 |
| 860911 | 860911 | 297699 297699 | 289005 | 2 | 0.0179454533004301 |
| 864376 | 864376 | 298521 298521 | 289005 | 2 | 0.0200193519934103 |
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)
);