consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 220287
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 560029 | 560029 | 220287 220287 | 19572 | 4 | 0.423346333225547 |
| 560030 | 560030 | 220287 220287 | 42757 | 5 | 0.368544388858849 |
| 560031 | 560031 | 220287 220287 | 118791 | 2 | 0.172830416813475 |
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)
);