consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 129768
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 379574 | 379574 | 129768 129768 | 47143 | 1 | 0.301835771723199 |
| 379575 | 379575 | 129768 129768 | 121731 | 3 | 0.23956721077752 |
| 379576 | 379576 | 129768 129768 | 152551 | 2 | 0.301835771723199 |
| 379577 | 379577 | 129768 129768 | 245856 | 2 | 0.123223937806837 |
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)
);