consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 184066
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 92716 | 92716 | 33009 33009 | 184066 | 1 | 0.128663802616768 |
| 321998 | 321998 | 108487 108487 | 184066 | 1 | 0.110071266267143 |
| 688844 | 688844 | 245662 245662 | 184066 | 1 | 0.108371990920902 |
| 900019 | 900019 | 316576 316576 | 184066 | 1 | 0.132704598304932 |
| 1748123 | 1748123 | 535427 535427 | 184066 | 1 | 0.132704598304932 |
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)
);