consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 210002
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 245572 | 245572 | 83558 83558 | 210002 | 1 | 0.0890234673511384 |
| 720836 | 720836 | 254819 254819 | 210002 | 1 | 0.114982578397213 |
| 930732 | 930732 | 331369 331369 | 210002 | 1 | 0.113207547169811 |
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)
);