consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 195348
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 315047 | 315047 | 106262 106262 | 195348 | 6 | 0.173832503241969 |
| 877493 | 877493 | 304290 304290 | 195348 | 4 | 0.164785867678888 |
| 877521 | 877521 | 304298 304298 | 195348 | 2 | 0.10311392780201 |
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)
);