consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 289413
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 833901 | 833901 | 289413 289413 | 68586 | 2 | 0.216237385249742 |
| 833902 | 833902 | 289413 289413 | 125358 | 4 | 0.367396884929364 |
| 833903 | 833903 | 289413 289413 | 251990 | 1 | 0.120880373173808 |
| 833904 | 833904 | 289413 289413 | 318533 | 1 | 0.241760746347616 |
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)
);