consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 227430
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 581380 | 581380 | 227430 227430 | 10098 | 4 | 0.173067307095141 |
| 581381 | 581381 | 227430 227430 | 70923 | 2 | 0.105653019163047 |
| 581382 | 581382 | 227430 227430 | 76684 | 2 | 0.149415932606045 |
| 581383 | 581383 | 227430 227430 | 123807 | 6 | 0.365992794326891 |
| 581384 | 581384 | 227430 227430 | 229169 | 1 | 0.182996397163445 |
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)
);