consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 266321
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 758682 | 758682 | 266321 266321 | 6077 | 1 | 0.10876444131345 |
| 758683 | 758683 | 266321 266321 | 8098 | 2 | 0.326293323940349 |
| 758684 | 758684 | 266321 266321 | 201245 | 1 | 0.163146661970175 |
| 758685 | 758685 | 266321 266321 | 217469 | 4 | 0.194015171203875 |
| 758686 | 758686 | 266321 266321 | 330165 | 1 | 0.0652586647880699 |
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)
);