consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 282297
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 811353 | 811353 | 282297 282297 | 50675 | 3 | 0.247994774075027 |
| 811354 | 811354 | 282297 282297 | 111691 | 6 | 0.393667165249314 |
| 811355 | 811355 | 282297 282297 | 164269 | 1 | 0.131222388416438 |
| 811356 | 811356 | 282297 282297 | 248189 | 2 | 0.196833582624657 |
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)
);