consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 86659
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 255282 | 255282 | 86659 86659 | 112944 | 6 | 0.379529012993965 |
| 255283 | 255283 | 86659 86659 | 115244 | 1 | 0.189764506496982 |
| 255284 | 255284 | 86659 86659 | 185181 | 1 | 0.189764506496982 |
| 255285 | 255285 | 86659 86659 | 294716 | 1 | 0.126509670997988 |
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)
);