consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 237717
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 161255 | 161255 | 57880 57880 | 237717 | 3 | 0.134425628771197 |
| 687588 | 687588 | 245208 245208 | 237717 | 1 | 0.134210526315789 |
| 807708 | 807708 | 281226 281226 | 237717 | 2 | 0.297029702970297 |
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)
);