consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 71255
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 200372 | 200372 | 71255 71255 | 119305 | 2 | 0.10914969212155 |
| 200373 | 200373 | 71255 71255 | 185910 | 3 | 0.367549160973279 |
| 200374 | 200374 | 71255 71255 | 217548 | 6 | 0.242913636000778 |
| 200375 | 200375 | 71255 71255 | 228471 | 1 | 0.0926165849562866 |
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)
);