consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 154448
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 316627 | 316627 | 106732 106732 | 154448 | 1 | 0.170212765957447 |
| 686192 | 686192 | 244709 244709 | 154448 | 1 | 0.173913043478261 |
| 1746848 | 1746848 | 535029 535029 | 154448 | 1 | 0.172413793103448 |
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)
);