consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 77706
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 225326 | 225326 | 77706 77706 | 6843 | 8 | 0.429562869784401 |
| 225327 | 225327 | 77706 77706 | 140594 | 1 | 0.170279740362866 |
| 225328 | 225328 | 77706 77706 | 271000 | 1 | 0.255419610544298 |
| 225329 | 225329 | 77706 77706 | 294773 | 1 | 0.102167844217719 |
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)
);