consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 106372
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 315392 | 315392 | 106372 106372 | 12827 | 9 | 0.547960726585997 |
| 315393 | 315393 | 106372 106372 | 189866 | 1 | 0.172596813485347 |
| 315394 | 315394 | 106372 106372 | 262129 | 3 | 0.230129084647129 |
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)
);