consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 210936
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 531803 | 531803 | 210936 210936 | 90705 | 7 | 0.375 |
| 531804 | 531804 | 210936 210936 | 154977 | 1 | 0.125 |
| 531805 | 531805 | 210936 210936 | 184505 | 1 | 0.1875 |
| 531806 | 531806 | 210936 210936 | 223120 | 1 | 0.1875 |
| 531807 | 531807 | 210936 210936 | 232372 | 1 | 0.09375 |
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)
);