consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 63216
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 177390 | 177390 | 63216 63216 | 8324 | 3 | 0.360125242436899 |
| 177391 | 177391 | 63216 63216 | 107151 | 8 | 0.453729373544744 |
| 177392 | 177392 | 63216 63216 | 252776 | 1 | 0.151243124514915 |
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)
);