consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 68797
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 193511 | 193511 | 68797 68797 | 10699 | 1 | 0.155172413793103 |
| 193512 | 193512 | 68797 68797 | 10941 | 12 | 0.310344827586207 |
| 193513 | 193513 | 68797 68797 | 10942 | 1 | 0.155172413793103 |
| 193514 | 193514 | 68797 68797 | 49743 | 1 | 0.103448275862069 |
| 193515 | 193515 | 68797 68797 | 139351 | 1 | 0.155172413793103 |
| 193516 | 193516 | 68797 68797 | 184795 | 1 | 0.103448275862069 |
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)
);