consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 289538
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 43417 | 43417 | 13224 13224 | 289538 | 1 | 0.172413793103448 |
| 131269 | 131269 | 46610 46610 | 289538 | 2 | 0.20328576521261 |
| 335294 | 335294 | 113022 113022 | 289538 | 1 | 0.148148148148148 |
| 944903 | 944903 | 338433 338433 | 289538 | 1 | 0.168674698795181 |
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)
);