consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 16450
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 320476 | 320476 | 108014 108014 | 16450 | 7 | 0.888888888888889 |
| 519717 | 519717 | 207679 207679 | 16450 | 1 | 0.0208769434623973 |
| 938993 | 938993 | 335550 335550 | 16450 | 4 | 0.833333333333333 |
| 1665683 | 1665683 | 505030 505030 | 16450 | 8 | 0.9 |
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)
);