consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 276558
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 792201 | 792201 | 276558 276558 | 33199 | 4 | 0.217767128525449 |
| 792202 | 792202 | 276558 276558 | 117274 | 1 | 0.405310295916988 |
| 792203 | 792203 | 276558 276558 | 177750 | 3 | 0.255329486782467 |
| 792204 | 792204 | 276558 276558 | 277515 | 1 | 0.0810620591833976 |
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)
);