consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 266301
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 758599 | 758599 | 266301 266301 | 3822 | 3 | 0.337496012297096 |
| 758600 | 758600 | 266301 266301 | 8279 | 5 | 0.270922075999221 |
| 758601 | 758601 | 266301 266301 | 141420 | 2 | 0.168748006148548 |
| 758602 | 758602 | 266301 266301 | 142028 | 1 | 0.0843740030742741 |
| 758603 | 758603 | 266301 266301 | 174415 | 1 | 0.112498670765699 |
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)
);