consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 211420
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 387419 | 387419 | 133054 133054 | 211420 | 1 | 0.0732295886641366 |
| 724161 | 724161 | 255916 255916 | 211420 | 1 | 0.0805759425292601 |
| 1760177 | 1760177 | 540321 540321 | 211420 | 1 | 0.100269043082926 |
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)
);