consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 100290
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 296467 | 296467 | 100290 100290 | 73459 | 3 | 0.318976385566717 |
| 296468 | 296468 | 100290 100290 | 73985 | 3 | 0.318976385566717 |
| 296469 | 296469 | 100290 100290 | 192468 | 2 | 0.0797440963916792 |
| 296470 | 296470 | 100290 100290 | 211461 | 3 | 0.121712270532135 |
| 296471 | 296471 | 100290 100290 | 226126 | 3 | 0.139325769571639 |
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)
);