consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 90252
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 266303 | 266303 | 90252 90252 | 24827 | 1 | 0.080884294020858 |
| 266304 | 266304 | 90252 90252 | 26066 | 3 | 0.224328148709014 |
| 266305 | 266305 | 90252 90252 | 129092 | 2 | 0.323537176083432 |
| 266306 | 266306 | 90252 90252 | 144826 | 5 | 0.281655470886669 |
| 266307 | 266307 | 90252 90252 | 297078 | 1 | 0.0647074352166864 |
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)
);