consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 100927
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 159588 | 159588 | 57423 57423 | 100927 | 1 | 0.124729842060164 |
| 189781 | 189781 | 67614 67614 | 100927 | 3 | 0.229822714831806 |
| 457492 | 457492 | 164423 164423 | 100927 | 1 | 0.146017699115044 |
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)
);