consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 287416
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 61089 | 61089 | 19528 19528 | 287416 | 1 | 0.169014084507042 |
| 121777 | 121777 | 42321 42321 | 287416 | 1 | 0.169014084507042 |
| 162946 | 162946 | 58362 58362 | 287416 | 1 | 0.169014084507042 |
| 354985 | 354985 | 120192 120192 | 287416 | 1 | 0.170454545454545 |
| 799642 | 799642 | 278961 278961 | 287416 | 1 | 0.168 |
| 896162 | 896162 | 314776 314776 | 287416 | 1 | 0.168 |
| 1680532 | 1680532 | 510568 510568 | 287416 | 1 | 0.169014084507042 |
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)
);