consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 273321
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 781689 | 781689 | 273321 273321 | 26063 | 2 | 0.205686613319512 |
| 781690 | 781690 | 273321 273321 | 94017 | 3 | 0.365046087199288 |
| 781691 | 781691 | 273321 273321 | 165557 | 1 | 0.153309749814714 |
| 781692 | 781692 | 273321 273321 | 195094 | 3 | 0.229964624722071 |
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)
);