consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 144002
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 381544 | 381544 | 130563 130563 | 144002 | 1 | 0.19047619047619 |
| 491919 | 491919 | 185087 185087 | 144002 | 1 | 0.161290322580645 |
| 722125 | 722125 | 255229 255229 | 144002 | 1 | 0.192307692307692 |
| 1696557 | 1696557 | 517155 517155 | 144002 | 1 | 0.192307692307692 |
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)
);