consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 239305
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 667790 | 667790 | 239305 239305 | 7632 | 1 | 0.0846065543866952 |
| 667791 | 667791 | 239305 239305 | 30410 | 2 | 0.338426217546781 |
| 667792 | 667792 | 239305 239305 | 135067 | 7 | 0.268912594145736 |
| 667793 | 667793 | 239305 239305 | 231068 | 1 | 0.16921310877339 |
| 667794 | 667794 | 239305 239305 | 248097 | 1 | 0.11280873918226 |
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)
);