consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inventory_id = 267858
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 764073 | 764073 | 267858 267858 | 10434 | 6 | 0.300476162837357 |
| 764074 | 764074 | 267858 267858 | 104489 | 1 | 0.0481818698866515 |
| 764075 | 764075 | 267858 267858 | 137442 | 3 | 0.267693828303529 |
| 764076 | 764076 | 267858 267858 | 173322 | 1 | 0.112424363068853 |
| 764077 | 764077 | 267858 267858 | 173923 | 1 | 0.0421591361508201 |
| 764078 | 764078 | 267858 267858 | 223564 | 1 | 0.0562121815344267 |
| 764079 | 764079 | 267858 267858 | 239471 | 1 | 0.0674546178413121 |
| 764080 | 764080 | 267858 267858 | 259314 | 1 | 0.0843182723016401 |
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)
);