consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 176203
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 208950 | 208950 | 73777 73777 | 176203 | 1 | 0.0211467994869305 |
| 421957 | 421957 | 153063 153063 | 176203 | 1 | 0.0211467994869305 |
| 709051 | 709051 | 251660 251660 | 176203 | 1 | 0.0168141114758073 |
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)
);