consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 212015
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 534288 | 534288 | 212015 212015 | 84047 | 12 | 0.418032786885246 |
| 534289 | 534289 | 212015 212015 | 240604 | 1 | 0.139344262295082 |
| 534290 | 534290 | 212015 212015 | 241257 | 1 | 0.209016393442623 |
| 534291 | 534291 | 212015 212015 | 248555 | 2 | 0.209016393442623 |
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)
);