consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 90328
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 266503 | 266503 | 90328 90328 | 19253 | 2 | 0.0871501928228389 |
| 266504 | 266504 | 90328 90328 | 26340 | 8 | 0.389747510808164 |
| 266505 | 266505 | 90328 90328 | 43143 | 2 | 0.194873755404082 |
| 266506 | 266506 | 90328 90328 | 52354 | 2 | 0.129915836936055 |
| 266507 | 266507 | 90328 90328 | 169350 | 1 | 0.0974368777020411 |
| 266508 | 266508 | 90328 90328 | 173349 | 1 | 0.0779495021616328 |
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)
);