consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 345155
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 959273 | 959273 | 345155 345155 | 76354 | 4 | 0.452830188679245 |
| 959274 | 959274 | 345155 345155 | 139943 | 1 | 0.113207547169811 |
| 959275 | 959275 | 345155 345155 | 161634 | 1 | 0.150943396226415 |
| 959276 | 959276 | 345155 345155 | 269918 | 1 | 0.226415094339623 |
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)
);