consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 266296
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 758577 | 758577 | 266296 266296 | 5907 | 2 | 0.168618334749957 |
| 758578 | 758578 | 266296 266296 | 8275 | 7 | 0.413028881415201 |
| 758579 | 758579 | 266296 266296 | 73608 | 1 | 0.0826057762830401 |
| 758580 | 758580 | 266296 266296 | 141418 | 2 | 0.2065144407076 |
| 758581 | 758581 | 266296 266296 | 228164 | 4 | 0.104936750290366 |
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)
);