consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 85930
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 74593 | 74593 | 25993 25993 | 85930 | 3 | 0.272235769770443 |
| 179050 | 179050 | 63839 63839 | 85930 | 2 | 0.235143079323745 |
| 407559 | 407559 | 143397 143397 | 85930 | 3 | 0.254609502802966 |
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)
);