consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 36400
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 103482 | 103482 | 36400 36400 | 94675 | 2 | 0.0835912392039267 |
| 103483 | 103483 | 36400 36400 | 112353 | 1 | 0.289568546737689 |
| 103484 | 103484 | 36400 36400 | 266374 | 3 | 0.159355712482665 |
| 103485 | 103485 | 36400 36400 | 314405 | 3 | 0.182416753711141 |
| 103486 | 103486 | 36400 36400 | 314901 | 2 | 0.204755883016553 |
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)
);