consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 8187
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 28264 | 28264 | 8187 8187 | 45252 | 2 | 0.304083247029802 |
| 28265 | 28265 | 8187 8187 | 54555 | 3 | 0.210839547669262 |
| 28266 | 28266 | 8187 8187 | 123722 | 3 | 0.241351033110507 |
| 28267 | 28267 | 8187 8187 | 192422 | 1 | 0.152041623514901 |
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)
);