consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 266420
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 758993 | 758993 | 266420 266420 | 6077 | 6 | 0.400152568527556 |
| 758994 | 758994 | 266420 266420 | 92902 | 4 | 0.255674724307116 |
| 758995 | 758995 | 266420 266420 | 218642 | 1 | 0.200076284263778 |
| 758996 | 758996 | 266420 266420 | 263258 | 2 | 0.115514096578152 |
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)
);