consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 77337
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 181197 | 181197 | 64731 64731 | 77337 | 7 | 0.519685039370079 |
| 394825 | 394825 | 136431 136431 | 77337 | 7 | 0.517241379310345 |
| 671122 | 671122 | 240249 240249 | 77337 | 2 | 0.435976706057106 |
| 730670 | 730670 | 257754 257754 | 77337 | 7 | 0.517241379310345 |
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)
);