consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 119528
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 353332 | 353332 | 119528 119528 | 40187 | 6 | 0.369740752601124 |
| 353333 | 353333 | 119528 119528 | 46926 | 1 | 0.116461039301532 |
| 353334 | 353334 | 119528 119528 | 181180 | 4 | 0.329401562536585 |
| 353335 | 353335 | 119528 119528 | 187101 | 4 | 0.155281385735376 |
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)
);