consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 210326
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 529898 | 529898 | 210326 210326 | 62975 | 3 | 0.308818786413895 |
| 529899 | 529899 | 210326 210326 | 92789 | 1 | 0.308818786413895 |
| 529900 | 529900 | 210326 210326 | 139954 | 3 | 0.24510963321048 |
| 529901 | 529901 | 210326 210326 | 227661 | 1 | 0.102939595471298 |
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)
);