consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 95444
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 281410 | 281410 | 95444 95444 | 45212 | 5 | 0.424597490454377 |
| 281411 | 281411 | 95444 95444 | 45380 | 2 | 0.173341199613246 |
| 281412 | 281412 | 95444 95444 | 238612 | 2 | 0.173341199613246 |
| 281413 | 281413 | 95444 95444 | 308636 | 1 | 0.106149372613594 |
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)
);