consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 112203
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 332866 | 332866 | 112203 112203 | 25098 | 1 | 0.0855459379434916 |
| 332867 | 332867 | 112203 112203 | 25099 | 7 | 0.427729689717458 |
| 332868 | 332868 | 112203 112203 | 36085 | 2 | 0.174619914607791 |
| 332869 | 332869 | 112203 112203 | 192879 | 1 | 0.106932422429365 |
| 332870 | 332870 | 112203 112203 | 287872 | 2 | 0.174619914607791 |
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)
);