consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 312192
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 890719 | 890719 | 312192 312192 | 3285 | 3 | 0.311688311688312 |
| 890720 | 890720 | 312192 312192 | 3526 | 1 | 0.0779220779220779 |
| 890721 | 890721 | 312192 312192 | 124304 | 1 | 0.155844155844156 |
| 890722 | 890722 | 312192 312192 | 134442 | 1 | 0.311688311688312 |
| 890723 | 890723 | 312192 312192 | 198477 | 1 | 0.103896103896104 |
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)
);