consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 189095
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 209568 | 209568 | 73877 73877 | 189095 | 1 | 0.0900355602632973 |
| 553809 | 553809 | 218491 218491 | 189095 | 1 | 0.0897819581017529 |
| 927655 | 927655 | 329951 329951 | 189095 | 1 | 0.0892477688057799 |
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)
);