consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 341243
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 951201 | 951201 | 341243 341243 | 53335 | 2 | 0.139447744851207 |
| 951202 | 951202 | 341243 341243 | 73679 | 1 | 0.341575820667277 |
| 951203 | 951203 | 341243 341243 | 123213 | 3 | 0.341575820667277 |
| 951204 | 951204 | 341243 341243 | 186513 | 2 | 0.139447744851207 |
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)
);