consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 255501
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 299534 | 299534 | 101222 101222 | 255501 | 2 | 0.0517020727637304 |
| 461588 | 461588 | 165852 165852 | 255501 | 2 | 0.0517020727637304 |
| 536675 | 536675 | 212986 212986 | 255501 | 1 | 0.0589488459896044 |
| 730799 | 730799 | 257790 257790 | 255501 | 2 | 0.0517020727637304 |
| 1654152 | 1654152 | 501090 501090 | 255501 | 2 | 0.0517020727637304 |
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)
);