consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 90373
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 350733 | 350733 | 118525 118525 | 90373 | 2 | 0.0423984303140307 |
| 917936 | 917936 | 325368 325368 | 90373 | 3 | 0.294599018003273 |
| 1754204 | 1754204 | 537516 537516 | 90373 | 1 | 0.112676056338028 |
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)
);