consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 102304
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 209164 | 209164 | 73804 73804 | 102304 | 2 | 0.259587961361203 |
| 422043 | 422043 | 153070 153070 | 102304 | 2 | 0.259587961361203 |
| 808957 | 808957 | 281657 281657 | 102304 | 2 | 0.297596337275849 |
| 808963 | 808963 | 281658 281658 | 102304 | 2 | 0.259587961361203 |
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)
);