consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 207633
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 130812 | 130812 | 46518 46518 | 207633 | 4 | 0.237362906175183 |
| 352787 | 352787 | 119313 119313 | 207633 | 2 | 0.248944652240733 |
| 798347 | 798347 | 278505 278505 | 207633 | 1 | 0.262269035459853 |
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)
);