consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 168619
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 466845 | 466845 | 168619 168619 | 9772 | 4 | 0.16187348267151 |
| 466846 | 466846 | 168619 168619 | 113285 | 1 | 0.333421681076594 |
| 466847 | 466847 | 168619 168619 | 140209 | 4 | 0.333421681076594 |
| 466848 | 466848 | 168619 168619 | 204149 | 3 | 0.145635333554025 |
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)
);