consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 183333
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 192299 | 192299 | 68335 68335 | 183333 | 2 | 0.0644513609837349 |
| 310105 | 310105 | 104730 104730 | 183333 | 2 | 0.0644513609837349 |
| 1661019 | 1661019 | 503459 503459 | 183333 | 1 | 0.073145656165206 |
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)
);