consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 261043
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 121023 | 121023 | 42073 42073 | 261043 | 1 | 0.0286503365829677 |
| 529732 | 529732 | 210266 210266 | 261043 | 1 | 0.0292021851695477 |
| 711653 | 711653 | 252315 252315 | 261043 | 1 | 0.0269163391020683 |
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)
);