consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 41537
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 61086 | 61086 | 19528 19528 | 41537 | 4 | 0.338028169014085 |
| 121774 | 121774 | 42321 42321 | 41537 | 4 | 0.338028169014085 |
| 162943 | 162943 | 58362 58362 | 41537 | 4 | 0.338028169014085 |
| 354982 | 354982 | 120192 120192 | 41537 | 5 | 0.340909090909091 |
| 799639 | 799639 | 278961 278961 | 41537 | 3 | 0.336 |
| 896159 | 896159 | 314776 314776 | 41537 | 3 | 0.336 |
| 1680529 | 1680529 | 510568 510568 | 41537 | 4 | 0.338028169014085 |
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)
);