consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 289529
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 834245 | 834245 | 289529 289529 | 68819 | 2 | 0.205914696590363 |
| 834246 | 834246 | 289529 289529 | 99533 | 4 | 0.256295012393068 |
| 834247 | 834247 | 289529 289529 | 252000 | 1 | 0.126096484296601 |
| 834248 | 834248 | 289529 289529 | 326598 | 1 | 0.252192968593202 |
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)
);