consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 527197
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1721408 | 1721408 | 527197 527197 | 4914 | 3 | 0.311688311688312 |
| 1721409 | 1721409 | 527197 527197 | 4917 | 1 | 0.155844155844156 |
| 1721410 | 1721410 | 527197 527197 | 114900 | 1 | 0.311688311688312 |
| 1721411 | 1721411 | 527197 527197 | 197798 | 1 | 0.103896103896104 |
| 1721412 | 1721412 | 527197 527197 | 223514 | 1 | 0.0779220779220779 |
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)
);