consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 287617
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 829080 | 829080 | 287617 287617 | 64876 | 3 | 0.242424242424242 |
| 829081 | 829081 | 287617 287617 | 94328 | 1 | 0.242424242424242 |
| 829082 | 829082 | 287617 287617 | 141495 | 1 | 0.242424242424242 |
| 829083 | 829083 | 287617 287617 | 145401 | 1 | 0.121212121212121 |
| 829084 | 829084 | 287617 287617 | 172505 | 1 | 0.121212121212121 |
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)
);