consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 345031
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 959032 | 959032 | 345031 345031 | 64660 | 1 | 0.0933554486872455 |
| 959033 | 959033 | 345031 345031 | 146935 | 1 | 0.373421794748982 |
| 959034 | 959034 | 345031 345031 | 213623 | 1 | 0.186710897374491 |
| 959035 | 959035 | 345031 345031 | 260742 | 1 | 0.124473931582994 |
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)
);