consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 276022
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 212256 | 212256 | 74180 74180 | 276022 | 2 | 0.109360110457436 |
| 512314 | 512314 | 206018 206018 | 276022 | 2 | 0.109360110457436 |
| 546677 | 546677 | 216223 216223 | 276022 | 2 | 0.109360110457436 |
| 951621 | 951621 | 341402 341402 | 276022 | 1 | 0.124203564803613 |
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)
);