consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 15112
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 49168 | 49168 | 15112 15112 | 73643 | 1 | 0.170733236193507 |
| 49169 | 49169 | 15112 15112 | 122185 | 4 | 0.341466472387014 |
| 49170 | 49170 | 15112 15112 | 133088 | 3 | 0.271022118739508 |
| 49171 | 49171 | 15112 15112 | 255664 | 1 | 0.113822157462338 |
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)
);