consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 219961
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 283496 | 283496 | 96130 96130 | 219961 | 3 | 0.11915425033214 |
| 455463 | 455463 | 163661 163661 | 219961 | 2 | 0.120798593453075 |
| 1646768 | 1646768 | 498621 498621 | 219961 | 3 | 0.111042516569063 |
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)
);