consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 243502
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 681798 | 681798 | 243502 243502 | 9389 | 3 | 0.30540723850809 |
| 681799 | 681799 | 243502 243502 | 120942 | 1 | 0.220236729253532 |
| 681800 | 681800 | 243502 243502 | 132457 | 8 | 0.440473458507065 |
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)
);