consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 35466
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 273143 | 273143 | 92649 92649 | 35466 | 4 | 0.293107503443249 |
| 563603 | 563603 | 221470 221470 | 35466 | 4 | 0.293107503443249 |
| 1642520 | 1642520 | 497073 497073 | 35466 | 8 | 0.293868995776458 |
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)
);