consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 214725
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 126103 | 126103 | 45056 45056 | 214725 | 1 | 0.0800631793343912 |
| 708378 | 708378 | 251488 251488 | 214725 | 1 | 0.0804151748210677 |
| 911330 | 911330 | 321926 321926 | 214725 | 2 | 0.285814868068718 |
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)
);