consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 211247
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 138346 | 138346 | 49266 49266 | 211247 | 1 | 0.0670371624957593 |
| 730233 | 730233 | 257592 257592 | 211247 | 2 | 0.0612358477478205 |
| 882614 | 882614 | 306891 306891 | 211247 | 1 | 0.0833223118635101 |
| 1761700 | 1761700 | 540957 540957 | 211247 | 1 | 0.0833223118635101 |
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)
);