consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 201799
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 504499 | 504499 | 201799 201799 | 3765 | 10 | 0.457281619434839 |
| 504500 | 504500 | 201799 201799 | 136298 | 2 | 0.123809363731869 |
| 504501 | 504501 | 201799 201799 | 138292 | 2 | 0.151634883260863 |
| 504502 | 504502 | 201799 201799 | 178319 | 1 | 0.131319661003795 |
| 504503 | 504503 | 201799 201799 | 219987 | 1 | 0.105055728803036 |
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)
);