consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 347323
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 963571 | 963571 | 347323 347323 | 29093 | 6 | 0.496998343377221 |
| 963572 | 963572 | 347323 347323 | 136456 | 3 | 0.264069774229683 |
| 963573 | 963573 | 347323 347323 | 307639 | 2 | 0.179198911794823 |
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)
);