consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 236318
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 660034 | 660034 | 236318 236318 | 8278 | 2 | 0.378215755093999 |
| 660035 | 660035 | 236318 236318 | 124311 | 2 | 0.267438925178557 |
| 660036 | 660036 | 236318 236318 | 190167 | 1 | 0.0945539387734997 |
| 660037 | 660037 | 236318 236318 | 212263 | 1 | 0.126071918364666 |
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)
);