consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 100410
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 362125 | 362125 | 122983 122983 | 100410 | 6 | 0.470860016171139 |
| 511310 | 511310 | 205876 205876 | 100410 | 1 | 0.0203570523074963 |
| 555581 | 555581 | 218983 218983 | 100410 | 6 | 0.470860016171139 |
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)
);