consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 5179
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 253864 | 253864 | 86255 86255 | 5179 | 10 | 0.390424030961854 |
| 297903 | 297903 | 100684 100684 | 5179 | 5 | 0.329121251527906 |
| 326543 | 326543 | 110049 110049 | 5179 | 2 | 0.234209076273052 |
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)
);