consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 47837
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 235561 | 235561 | 80334 80334 | 47837 | 1 | 0.137483977363927 |
| 282594 | 282594 | 95835 95835 | 47837 | 1 | 0.129454113585482 |
| 705975 | 705975 | 250946 250946 | 47837 | 6 | 0.408047259173097 |
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)
);