consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 118465
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 350577 | 350577 | 118465 118465 | 38095 | 2 | 0.407464992712091 |
| 350578 | 350578 | 118465 118465 | 75564 | 7 | 0.334257939857123 |
| 350579 | 350579 | 118465 118465 | 76291 | 2 | 0.0911119422155692 |
| 350580 | 350580 | 118465 118465 | 104208 | 1 | 0.135821664237364 |
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)
);