consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 333607
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 59337 | 59337 | 18791 18791 | 333607 | 1 | 0.0255118940841025 |
| 346228 | 346228 | 116928 116928 | 333607 | 1 | 0.0255118940841025 |
| 911384 | 911384 | 321946 321946 | 333607 | 1 | 0.0270749205039157 |
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)
);