consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 54197
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 151210 | 151210 | 54197 54197 | 21705 | 3 | 0.189051500868 |
| 151211 | 151211 | 54197 54197 | 131993 | 2 | 0.323273519167409 |
| 151212 | 151212 | 54197 54197 | 188514 | 2 | 0.0933210266565908 |
| 151213 | 151213 | 54197 54197 | 210390 | 3 | 0.203649555836306 |
| 151214 | 151214 | 54197 54197 | 229501 | 8 | 0.17369000172604 |
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)
);