consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inventory_id = 266281
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 758510 | 758510 | 266281 266281 | 8248 | 4 | 0.287686133593237 |
| 758511 | 758511 | 266281 266281 | 92901 | 2 | 0.0486278319665441 |
| 758512 | 758512 | 266281 266281 | 141417 | 2 | 0.203424815917117 |
| 758513 | 758513 | 266281 266281 | 153850 | 1 | 0.0719215333983092 |
| 758514 | 758514 | 266281 266281 | 216104 | 3 | 0.114168317775642 |
| 758515 | 758515 | 266281 266281 | 220728 | 1 | 0.0479476889322061 |
| 758516 | 758516 | 266281 266281 | 238331 | 2 | 0.0958953778644122 |
| 758517 | 758517 | 266281 266281 | 264529 | 2 | 0.0643285750898563 |
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)
);