consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 40561
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 169561 | 169561 | 60479 60479 | 40561 | 7 | 0.30681288408397 |
| 276832 | 276832 | 93847 93847 | 40561 | 5 | 0.272680843281083 |
| 907493 | 907493 | 320358 320358 | 40561 | 3 | 0.279108337439798 |
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)
);