consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 102972
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 304516 | 304516 | 102972 102972 | 5816 | 1 | 0.30677930849049 |
| 304517 | 304517 | 102972 102972 | 232833 | 3 | 0.212708892279373 |
| 304518 | 304518 | 102972 102972 | 283152 | 1 | 0.153389654245245 |
| 304519 | 304519 | 102972 102972 | 294705 | 1 | 0.0766948271226224 |
| 304520 | 304520 | 102972 102972 | 326831 | 1 | 0.061355861698098 |
| 304521 | 304521 | 102972 102972 | 335167 | 1 | 0.051129884748415 |
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)
);