consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 35446
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 100259 | 100259 | 35446 35446 | 52715 | 2 | 0.445518087543659 |
| 100260 | 100260 | 35446 35446 | 130219 | 7 | 0.36547423895297 |
| 100261 | 100261 | 35446 35446 | 132676 | 1 | 0.14850602918122 |
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)
);