consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 205666
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 176038 | 176038 | 62819 62819 | 205666 | 1 | 0.0250474219366496 |
| 558404 | 558404 | 219829 219829 | 205666 | 1 | 0.0250474219366496 |
| 804482 | 804482 | 280404 280404 | 205666 | 1 | 0.0266710341288323 |
| 1714369 | 1714369 | 525341 525341 | 205666 | 1 | 0.0266710341288323 |
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)
);