consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 505474
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1666932 | 1666932 | 505474 505474 | 18363 | 2 | 0.200146538618997 |
| 1666933 | 1666933 | 505474 505474 | 126179 | 5 | 0.389607301052085 |
| 1666934 | 1666934 | 505474 505474 | 192711 | 1 | 0.149180421937788 |
| 1666935 | 1666935 | 505474 505474 | 193647 | 3 | 0.223770632906682 |
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)
);