consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 288795
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 707443 | 707443 | 251281 251281 | 288795 | 3 | 0.0443130562599024 |
| 862591 | 862591 | 298112 298112 | 288795 | 2 | 0.0419204133872018 |
| 1725245 | 1725245 | 528273 528273 | 288795 | 3 | 0.0473841292148693 |
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)
);