consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 192529
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 498592 | 498592 | 192529 192529 | 19212 | 1 | 0.142466822824261 |
| 498593 | 498593 | 192529 192529 | 123536 | 3 | 0.284933645648521 |
| 498594 | 498594 | 192529 192529 | 132002 | 1 | 0.284933645648521 |
| 498595 | 498595 | 192529 192529 | 259910 | 3 | 0.197561955652231 |
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)
);