consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 211715
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 139587 | 139587 | 49724 49724 | 211715 | 1 | 0.0257464514298206 |
| 689869 | 689869 | 245995 245995 | 211715 | 1 | 0.0274302534471738 |
| 775407 | 775407 | 271182 271182 | 211715 | 1 | 0.0263556229358409 |
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)
);