consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 194846
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 363293 | 363293 | 123433 123433 | 194846 | 3 | 0.229965156794425 |
| 456092 | 456092 | 163863 163863 | 194846 | 1 | 0.065735383499486 |
| 1683707 | 1683707 | 511878 511878 | 194846 | 3 | 0.231454005934718 |
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)
);