consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 112278
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 333083 | 333083 | 112278 112278 | 25274 | 6 | 0.342962148602015 |
| 333084 | 333084 | 112278 112278 | 83878 | 5 | 0.376169451676431 |
| 333085 | 333085 | 112278 112278 | 211145 | 2 | 0.144035076780284 |
| 333086 | 333086 | 112278 112278 | 215988 | 1 | 0.108026307585213 |
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)
);