consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 289302
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 833556 | 833556 | 289302 289302 | 15862 | 1 | 0.331113585093001 |
| 833557 | 833557 | 289302 289302 | 126318 | 5 | 0.288251118017712 |
| 833558 | 833558 | 289302 289302 | 245928 | 1 | 0.165556792546501 |
| 833559 | 833559 | 289302 289302 | 297419 | 1 | 0.110371195031 |
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)
);