consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 74014
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 211123 | 211123 | 74014 74014 | 35894 | 2 | 0.122624503693753 |
| 211124 | 211124 | 74014 74014 | 54021 | 7 | 0.296457250825045 |
| 211125 | 211125 | 74014 74014 | 58694 | 2 | 0.141594580433665 |
| 211126 | 211126 | 74014 74014 | 63043 | 1 | 0.0693668944811901 |
| 211127 | 211127 | 74014 74014 | 132670 | 2 | 0.34683447240595 |
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)
);