consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 68247
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 192084 | 192084 | 68247 68247 | 11974 | 1 | 0.111975390401767 |
| 192085 | 192085 | 68247 68247 | 31172 | 13 | 0.42885632736267 |
| 192086 | 192086 | 68247 68247 | 170721 | 2 | 0.186625650669611 |
| 192087 | 192087 | 68247 68247 | 259447 | 3 | 0.24454878396551 |
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)
);