consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 205624
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 510833 | 510833 | 205624 205624 | 61080 | 7 | 0.500210743444938 |
| 510834 | 510834 | 205624 205624 | 179461 | 2 | 0.204210180883054 |
| 510835 | 510835 | 205624 205624 | 245500 | 1 | 0.250105371722469 |
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)
);