consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 207341
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 518504 | 518504 | 207341 207341 | 3659 | 12 | 0.466019417475728 |
| 518505 | 518505 | 207341 207341 | 161319 | 1 | 0.155339805825243 |
| 518506 | 518506 | 207341 207341 | 225320 | 1 | 0.116504854368932 |
| 518507 | 518507 | 207341 207341 | 260905 | 1 | 0.233009708737864 |
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)
);