consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 46087
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 208517 | 208517 | 73709 73709 | 46087 | 11 | 0.468342192407655 |
| 292345 | 292345 | 99011 99011 | 46087 | 3 | 0.205542630395667 |
| 557769 | 557769 | 219630 219630 | 46087 | 10 | 0.474738738400642 |
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)
);