consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 20046
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 325829 | 325829 | 109807 109807 | 20046 | 7 | 0.620689655172414 |
| 333939 | 333939 | 112572 112572 | 20046 | 1 | 0.104595287567243 |
| 573080 | 573080 | 224565 224565 | 20046 | 7 | 0.620689655172414 |
| 1668091 | 1668091 | 505893 505893 | 20046 | 8 | 0.9 |
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)
);