consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 136968
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 108948 | 108948 | 38170 38170 | 136968 | 4 | 0.243646356820147 |
| 223521 | 223521 | 77169 77169 | 136968 | 3 | 0.161495927078233 |
| 1766363 | 1766363 | 543688 543688 | 136968 | 1 | 0.116220736604961 |
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)
);