consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 163404
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 454830 | 454830 | 163404 163404 | 44729 | 1 | 0.111882497365112 |
| 454831 | 454831 | 163404 163404 | 46175 | 2 | 0.25838155988542 |
| 454832 | 454832 | 163404 163404 | 103002 | 5 | 0.447529989460448 |
| 454833 | 454833 | 163404 163404 | 214275 | 2 | 0.141521408792616 |
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)
);