consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 292529
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 844422 | 844422 | 292529 292529 | 76082 | 2 | 0.238746215032145 |
| 844423 | 844423 | 292529 292529 | 110240 | 1 | 0.20676028727522 |
| 844424 | 844424 | 292529 292529 | 114866 | 6 | 0.41352057455044 |
| 844425 | 844425 | 292529 292529 | 139008 | 1 | 0.10338014363761 |
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)
);