consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 53096
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 366811 | 366811 | 124719 124719 | 53096 | 8 | 0.338345864661654 |
| 713725 | 713725 | 252728 252728 | 53096 | 12 | 0.339506172839506 |
| 716442 | 716442 | 253442 253442 | 53096 | 2 | 0.0671107061517219 |
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)
);