consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 534136
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1744148 | 1744148 | 534136 534136 | 6481 | 4 | 0.433938807992976 |
| 1744149 | 1744149 | 534136 534136 | 110401 | 1 | 0.216969403996488 |
| 1744150 | 1744150 | 534136 534136 | 216068 | 3 | 0.300876364900205 |
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)
);