consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 295011
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 304880 | 304880 | 103069 103069 | 295011 | 1 | 0.0355405656458861 |
| 464265 | 464265 | 166806 166806 | 295011 | 1 | 0.0355405656458861 |
| 588458 | 588458 | 229806 229806 | 295011 | 1 | 0.0355405656458861 |
| 957653 | 957653 | 344345 344345 | 295011 | 1 | 0.0363709341090924 |
| 1657483 | 1657483 | 502239 502239 | 295011 | 1 | 0.0355290821283211 |
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)
);