consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 62260
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 291710 | 291710 | 98793 98793 | 62260 | 6 | 0.277998390027124 |
| 338899 | 338899 | 114280 114280 | 62260 | 1 | 0.0172668247446172 |
| 695970 | 695970 | 248129 248129 | 62260 | 1 | 0.0172899262186424 |
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)
);