consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 66702
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 187276 | 187276 | 66702 66702 | 32886 | 2 | 0.311549808615819 |
| 187277 | 187277 | 66702 66702 | 61847 | 1 | 0.15577490430791 |
| 187278 | 187278 | 66702 66702 | 108516 | 2 | 0.127189676761752 |
| 187279 | 187279 | 66702 66702 | 188503 | 4 | 0.311549808615819 |
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)
);