consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 229523
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 184538 | 184538 | 65891 65891 | 229523 | 3 | 0.0768349881944991 |
| 719710 | 719710 | 254425 254425 | 229523 | 7 | 0.0712483427416529 |
| 957759 | 957759 | 344391 344391 | 229523 | 3 | 0.0768349881944991 |
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)
);