consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inchi_id = 9754
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 121448 | 121448 | 42217 42217 | 9754 | 4 | 0.261813165393911 |
| 310354 | 310354 | 104798 104798 | 9754 | 2 | 0.34314575050762 |
| 581879 | 581879 | 227573 227573 | 9754 | 2 | 0.334273328701672 |
| 682134 | 682134 | 243599 243599 | 9754 | 4 | 0.261813165393911 |
| 1661152 | 1661152 | 503497 503497 | 9754 | 4 | 0.261813165393911 |
| 1745477 | 1745477 | 534630 534630 | 9754 | 2 | 0.334273328701672 |
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)
);