consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 268313
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 766217 | 766217 | 268313 268313 | 11210 | 3 | 0.219647237360239 |
| 766218 | 766218 | 268313 268313 | 60356 | 1 | 0.116222751882518 |
| 766219 | 766219 | 268313 268313 | 101859 | 6 | 0.348668255647553 |
| 766220 | 766220 | 268313 268313 | 224728 | 2 | 0.174334127823776 |
| 766221 | 766221 | 268313 268313 | 276737 | 1 | 0.116222751882518 |
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)
);