consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 102991
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 725432 | 725432 | 256307 256307 | 102991 | 2 | 0.168434359792076 |
| 926342 | 926342 | 329412 329412 | 102991 | 2 | 0.326587295797118 |
| 961032 | 961032 | 345883 345883 | 102991 | 3 | 0.390467492641605 |
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)
);