consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 106081
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 148938 | 148938 | 53521 53521 | 106081 | 1 | 0.0845444888723627 |
| 759829 | 759829 | 266710 266710 | 106081 | 1 | 0.0857855660038296 |
| 942418 | 942418 | 337349 337349 | 106081 | 2 | 0.354136058882576 |
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)
);