consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 255369
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 722511 | 722511 | 255369 255369 | 17558 | 1 | 0.0813663609472319 |
| 722512 | 722512 | 255369 255369 | 66359 | 3 | 0.322902617406151 |
| 722513 | 722513 | 255369 255369 | 258582 | 1 | 0.10170795118404 |
| 722514 | 722514 | 255369 255369 | 266803 | 1 | 0.06780530078936 |
| 722515 | 722515 | 255369 255369 | 281493 | 5 | 0.181876794711239 |
| 722516 | 722516 | 255369 255369 | 332470 | 1 | 0.13561060157872 |
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)
);