consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 83266
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 2680 | 2680 | 735 735 | 83266 | 7 | 0.517241379310345 |
| 203578 | 203578 | 72136 72136 | 83266 | 7 | 0.517241379310345 |
| 418905 | 418905 | 149619 149619 | 83266 | 3 | 0.690983005625053 |
| 913115 | 913115 | 322706 322706 | 83266 | 4 | 0.506024096385542 |
| 1762793 | 1762793 | 541518 541518 | 83266 | 4 | 0.506024096385542 |
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)
);