consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 112968
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 347812 | 347812 | 117461 117461 | 112968 | 3 | 0.142466491328746 |
| 745688 | 745688 | 262352 262352 | 112968 | 1 | 0.113453116710138 |
| 1677458 | 1677458 | 509359 509359 | 112968 | 2 | 0.147562906085914 |
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)
);