consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 82792
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 393042 | 393042 | 135568 135568 | 82792 | 3 | 0.415239576400731 |
| 393044 | 393044 | 135569 135569 | 82792 | 4 | 0.350440262760282 |
| 404859 | 404859 | 141588 141588 | 82792 | 4 | 0.380952380952381 |
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)
);