consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 220398
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 560342 | 560342 | 220398 220398 | 7467 | 4 | 0.270728304600725 |
| 560343 | 560343 | 220398 220398 | 42126 | 1 | 0.19143382004231 |
| 560344 | 560344 | 220398 220398 | 132620 | 6 | 0.382867640084619 |
| 560345 | 560345 | 220398 220398 | 333482 | 2 | 0.127622546694873 |
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)
);