consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 43476
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 126433 | 126433 | 45189 45189 | 43476 | 1 | 0.3125 |
| 279647 | 279647 | 94841 94841 | 43476 | 8 | 0.478260869565217 |
| 279652 | 279652 | 94843 94843 | 43476 | 1 | 0.239130434782609 |
| 281123 | 281123 | 95338 95338 | 43476 | 1 | 0.153310104529617 |
| 876750 | 876750 | 303798 303798 | 43476 | 4 | 0.6 |
| 877459 | 877459 | 304266 304266 | 43476 | 1 | 0.3 |
| 1645295 | 1645295 | 498087 498087 | 43476 | 8 | 0.625 |
| 1645298 | 1645298 | 498089 498089 | 43476 | 1 | 0.3125 |
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)
);