consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inventory_id = 243882
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 682886 | 682886 | 243882 243882 | 10434 | 6 | 0.300476162837357 |
| 682887 | 682887 | 243882 243882 | 104489 | 1 | 0.0481818698866515 |
| 682888 | 682888 | 243882 243882 | 137442 | 3 | 0.267693828303529 |
| 682889 | 682889 | 243882 243882 | 173322 | 1 | 0.112424363068853 |
| 682890 | 682890 | 243882 243882 | 173923 | 1 | 0.0421591361508201 |
| 682891 | 682891 | 243882 243882 | 223564 | 1 | 0.0562121815344267 |
| 682892 | 682892 | 243882 243882 | 239471 | 1 | 0.0674546178413121 |
| 682893 | 682893 | 243882 243882 | 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)
);