consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 68413
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 192442 | 192442 | 68413 68413 | 59330 | 4 | 0.172704932251381 |
| 192443 | 192443 | 68413 68413 | 92038 | 6 | 0.434329910568025 |
| 192444 | 192444 | 68413 68413 | 197848 | 2 | 0.144776636856008 |
| 192445 | 192445 | 68413 68413 | 258575 | 1 | 0.217164955284013 |
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)
);