consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 201508
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 238096 | 238096 | 81019 81019 | 201508 | 1 | 0.0754444576120065 |
| 961743 | 961743 | 346192 346192 | 201508 | 1 | 0.086478366599676 |
| 1625086 | 1625086 | 490712 490712 | 201508 | 1 | 0.082118019522843 |
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)
);