consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 74332
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 213456 | 213456 | 74332 74332 | 73269 | 7 | 0.375 |
| 213457 | 213457 | 74332 74332 | 116210 | 1 | 0.125 |
| 213458 | 213458 | 74332 74332 | 143909 | 1 | 0.1875 |
| 213459 | 213459 | 74332 74332 | 206358 | 1 | 0.1875 |
| 213460 | 213460 | 74332 74332 | 209783 | 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)
);