consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 130136
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 380535 | 380535 | 130136 130136 | 125649 | 2 | 0.318995070807256 |
| 380536 | 380536 | 130136 130136 | 145320 | 4 | 0.318995070807256 |
| 380537 | 380537 | 130136 130136 | 157123 | 1 | 0.106331690269085 |
| 380538 | 380538 | 130136 130136 | 224378 | 2 | 0.159497535403628 |
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)
);