consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 59173
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 43612 | 43612 | 13304 13304 | 59173 | 8 | 0.625 |
| 286634 | 286634 | 97105 97105 | 59173 | 1 | 0.172413793103448 |
| 289500 | 289500 | 98050 98050 | 59173 | 8 | 0.625 |
| 457407 | 457407 | 164390 164390 | 59173 | 8 | 0.625 |
| 714422 | 714422 | 252896 252896 | 59173 | 2 | 0.177467995102678 |
| 895246 | 895246 | 314295 314295 | 59173 | 1 | 0.0452435513249897 |
| 906128 | 906128 | 319767 319767 | 59173 | 4 | 0.6 |
| 1648043 | 1648043 | 499032 499032 | 59173 | 1 | 0.173228346456693 |
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)
);