consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 112860
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 334799 | 334799 | 112860 112860 | 26738 | 2 | 0.295806105700569 |
| 334800 | 334800 | 112860 112860 | 92414 | 5 | 0.418333006514514 |
| 334801 | 334801 | 112860 112860 | 155752 | 1 | 0.139444335504838 |
| 334802 | 334802 | 112860 112860 | 232685 | 1 | 0.104583251628628 |
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)
);