consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 170043
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 250562 | 250562 | 85201 85201 | 170043 | 2 | 0.034854044123287 |
| 504362 | 504362 | 201768 201768 | 170043 | 2 | 0.034854044123287 |
| 892983 | 892983 | 313287 313287 | 170043 | 1 | 0.044105905174723 |
| 1631677 | 1631677 | 493140 493140 | 170043 | 1 | 0.0442590097777335 |
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)
);