consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 263406
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 110084 | 110084 | 38553 38553 | 263406 | 1 | 0.0682261208576998 |
| 246713 | 246713 | 83957 83957 | 263406 | 1 | 0.0668592092184534 |
| 1727766 | 1727766 | 529116 529116 | 263406 | 1 | 0.0678653269874846 |
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)
);