consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 123866
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 87631 | 87631 | 31357 31357 | 123866 | 2 | 0.341968911917098 |
| 248432 | 248432 | 84536 84536 | 123866 | 2 | 0.25671165126911 |
| 535572 | 535572 | 212552 212552 | 123866 | 3 | 0.227580793652162 |
| 732222 | 732222 | 258211 258211 | 123866 | 3 | 0.257379047230895 |
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)
);