consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 170777
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 471384 | 471384 | 170777 170777 | 17924 | 3 | 0.273396284458765 |
| 471385 | 471385 | 170777 170777 | 40462 | 1 | 0.10849738738851 |
| 471386 | 471386 | 170777 170777 | 120735 | 5 | 0.433989549554041 |
| 471387 | 471387 | 170777 170777 | 163605 | 1 | 0.14466318318468 |
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)
);