consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 120370
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 61087 | 61087 | 19528 19528 | 120370 | 1 | 0.338028169014085 |
| 121775 | 121775 | 42321 42321 | 120370 | 1 | 0.338028169014085 |
| 162944 | 162944 | 58362 58362 | 120370 | 1 | 0.338028169014085 |
| 354983 | 354983 | 120192 120192 | 120370 | 2 | 0.340909090909091 |
| 799640 | 799640 | 278961 278961 | 120370 | 1 | 0.336 |
| 896160 | 896160 | 314776 314776 | 120370 | 1 | 0.336 |
| 1680530 | 1680530 | 510568 510568 | 120370 | 1 | 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)
);