consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 163441
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 454916 | 454916 | 163441 163441 | 38099 | 1 | 0.112 |
| 454917 | 454917 | 163441 163441 | 46658 | 3 | 0.336 |
| 454918 | 454918 | 163441 163441 | 110517 | 1 | 0.336 |
| 454919 | 454919 | 163441 163441 | 238911 | 1 | 0.168 |
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)
);