consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 246970
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 8440 | 8440 | 2547 2547 | 246970 | 1 | 0.12514220705347 |
| 201378 | 201378 | 71463 71463 | 246970 | 1 | 0.124826629680999 |
| 1719915 | 1719915 | 526748 526748 | 246970 | 1 | 0.124333925399645 |
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)
);