consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 89102
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 263035 | 263035 | 89102 89102 | 21263 | 1 | 0.113989637305699 |
| 263036 | 263036 | 89102 89102 | 21840 | 3 | 0.341968911917098 |
| 263037 | 263037 | 89102 89102 | 141249 | 2 | 0.170984455958549 |
| 263038 | 263038 | 89102 89102 | 171927 | 4 | 0.341968911917098 |
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)
);