consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 239274
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 667684 | 667684 | 239274 239274 | 25086 | 1 | 0.0875115764900396 |
| 667685 | 667685 | 239274 239274 | 26373 | 1 | 0.350046305960158 |
| 667686 | 667686 | 239274 239274 | 26381 | 4 | 0.223659673360124 |
| 667687 | 667687 | 239274 239274 | 120630 | 6 | 0.311855805269666 |
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)
);