consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 256441
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 725839 | 725839 | 256441 256441 | 73268 | 12 | 0.414283870517934 |
| 725840 | 725840 | 256441 256441 | 139096 | 1 | 0.0828567741035868 |
| 725841 | 725841 | 256441 256441 | 184112 | 2 | 0.169130681905699 |
| 725842 | 725842 | 256441 256441 | 243916 | 1 | 0.103570967629484 |
| 725843 | 725843 | 256441 256441 | 256828 | 1 | 0.207141935258967 |
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)
);