consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 292323
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 843712 | 843712 | 292323 292323 | 75935 | 3 | 0.313704088260903 |
| 843713 | 843713 | 292323 292323 | 140136 | 3 | 0.248987099856041 |
| 843714 | 843714 | 292323 292323 | 233956 | 4 | 0.181117139803318 |
| 843715 | 843715 | 292323 292323 | 266313 | 2 | 0.156852044130451 |
| 843716 | 843716 | 292323 292323 | 279604 | 2 | 0.0784260220652257 |
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)
);