consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 222639
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 125555 | 125555 | 44855 44855 | 222639 | 1 | 0.0890481054792342 |
| 334103 | 334103 | 112627 112627 | 222639 | 2 | 0.117696366533675 |
| 475384 | 475384 | 173051 173051 | 222639 | 1 | 0.0965741854463086 |
| 891127 | 891127 | 312382 312382 | 222639 | 1 | 0.0965741854463086 |
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)
);