consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 102255
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 302108 | 302108 | 102255 102255 | 1799 | 2 | 0.283822040343498 |
| 302109 | 302109 | 102255 102255 | 50743 | 1 | 0.141911020171749 |
| 302110 | 302110 | 102255 102255 | 125815 | 3 | 0.283822040343498 |
| 302111 | 302111 | 102255 102255 | 229680 | 2 | 0.200692489377089 |
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)
);