consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 197
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 668877 | 668877 | 239645 239645 | 197 | 2 | 0.315789473684211 |
| 737393 | 737393 | 260014 260014 | 197 | 2 | 0.315789473684211 |
| 737398 | 737398 | 260015 260015 | 197 | 2 | 0.315789473684211 |
| 929027 | 929027 | 330548 330548 | 197 | 1 | 0.311688311688312 |
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)
);