consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 60904
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 245226 | 245226 | 83437 83437 | 60904 | 8 | 0.519685039370079 |
| 440993 | 440993 | 158092 158092 | 60904 | 8 | 0.519685039370079 |
| 719733 | 719733 | 254429 254429 | 60904 | 8 | 0.9 |
| 881078 | 881078 | 306123 306123 | 60904 | 4 | 0.833333333333333 |
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)
);