consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 53085
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 147488 | 147488 | 53085 53085 | 76156 | 19 | 0.491050243118101 |
| 147489 | 147489 | 53085 53085 | 76157 | 2 | 0.290227547312819 |
| 147490 | 147490 | 53085 53085 | 166968 | 1 | 0.193485031541879 |
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)
);