consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 110590
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 328059 | 328059 | 110590 110590 | 21705 | 1 | 0.320717594018906 |
| 328060 | 328060 | 110590 110590 | 140203 | 2 | 0.130932409479902 |
| 328061 | 328061 | 110590 110590 | 188514 | 4 | 0.320717594018906 |
| 328062 | 328062 | 110590 110590 | 229501 | 2 | 0.130932409479902 |
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)
);