consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 21809
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 263000 | 263000 | 89095 89095 | 21809 | 5 | 0.208123675414089 |
| 263013 | 263013 | 89096 89096 | 21809 | 1 | 0.0956893777161471 |
| 923851 | 923851 | 327996 327996 | 21809 | 3 | 0.349664598530823 |
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)
);