consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 271844
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 777280 | 777280 | 271844 271844 | 8093 | 1 | 0.0708328101074027 |
| 777281 | 777281 | 271844 271844 | 8155 | 3 | 0.223109371193808 |
| 777282 | 777282 | 271844 271844 | 106789 | 5 | 0.354164050537014 |
| 777283 | 777283 | 271844 271844 | 162458 | 1 | 0.118054683512338 |
| 777284 | 777284 | 271844 271844 | 169505 | 1 | 0.118054683512338 |
| 777285 | 777285 | 271844 271844 | 281914 | 1 | 0.0885410126342534 |
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)
);