consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 201820
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 152359 | 152359 | 54821 54821 | 201820 | 1 | 0.0713672947770467 |
| 579353 | 579353 | 226856 226856 | 201820 | 1 | 0.0713672947770467 |
| 766739 | 766739 | 268461 268461 | 201820 | 1 | 0.0892997120363008 |
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)
);