consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 117685
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 348410 | 348410 | 117685 117685 | 36283 | 6 | 0.365715696355378 |
| 348411 | 348411 | 117685 117685 | 152174 | 1 | 0.136833996543315 |
| 348412 | 348412 | 117685 117685 | 187118 | 3 | 0.142313091326645 |
| 348413 | 348413 | 117685 117685 | 208289 | 3 | 0.325815645086808 |
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)
);