consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 262819
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 212255 | 212255 | 74180 74180 | 262819 | 1 | 0.0757669070534492 |
| 512313 | 512313 | 206018 206018 | 262819 | 1 | 0.0757669070534492 |
| 546676 | 546676 | 216223 216223 | 262819 | 1 | 0.0757669070534492 |
| 951620 | 951620 | 341402 341402 | 262819 | 1 | 0.0745221388821679 |
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)
);