consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 90176
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 266083 | 266083 | 90176 90176 | 27652 | 4 | 0.237903212394719 |
| 266084 | 266084 | 90176 90176 | 76105 | 4 | 0.282916192861804 |
| 266085 | 266085 | 90176 90176 | 110717 | 1 | 0.336445949500739 |
| 266086 | 266086 | 90176 90176 | 141520 | 1 | 0.11214864983358 |
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)
);