consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 81315
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 239112 | 239112 | 81315 81315 | 45312 | 2 | 0.223145566240017 |
| 239113 | 239113 | 81315 81315 | 50321 | 9 | 0.373211419640438 |
| 239114 | 239114 | 81315 81315 | 240513 | 2 | 0.0997937309980721 |
| 239115 | 239115 | 81315 81315 | 282918 | 2 | 0.128833152737145 |
| 239116 | 239116 | 81315 81315 | 315680 | 1 | 0.148763710826678 |
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)
);