consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 30767
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 788993 | 788993 | 275565 275565 | 30767 | 3 | 0.273236486610125 |
| 788995 | 788995 | 275566 275566 | 30767 | 3 | 0.36045366724938 |
| 889086 | 889086 | 310322 310322 | 30767 | 3 | 0.36045366724938 |
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)
);