consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 68869
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 293860 | 293860 | 99477 99477 | 68869 | 6 | 0.276296894283224 |
| 724072 | 724072 | 255889 255889 | 68869 | 9 | 0.270378724788398 |
| 752866 | 752866 | 264572 264572 | 68869 | 1 | 0.17925320294708 |
| 941320 | 941320 | 336797 336797 | 68869 | 3 | 0.355656437080748 |
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)
);