consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 206351
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 330211 | 330211 | 111318 111318 | 206351 | 1 | 0.0504958187198747 |
| 692250 | 692250 | 246884 246884 | 206351 | 1 | 0.0505598051548525 |
| 779091 | 779091 | 272448 272448 | 206351 | 1 | 0.0504958187198747 |
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)
);