consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 74834
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 104215 | 104215 | 36741 36741 | 74834 | 3 | 0.303537306658443 |
| 297010 | 297010 | 100461 100461 | 74834 | 2 | 0.263815607799433 |
| 460124 | 460124 | 165423 165423 | 74834 | 2 | 0.262151882589533 |
| 1652548 | 1652548 | 500518 500518 | 74834 | 3 | 0.303537306658443 |
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)
);