consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 201578
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 128398 | 128398 | 45861 45861 | 201578 | 1 | 0.0547246551052881 |
| 213063 | 213063 | 74281 74281 | 201578 | 1 | 0.055898402202313 |
| 424336 | 424336 | 153316 153316 | 201578 | 1 | 0.055898402202313 |
| 835147 | 835147 | 289763 289763 | 201578 | 1 | 0.055898402202313 |
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)
);