consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 68459
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 192573 | 192573 | 68459 68459 | 7008 | 1 | 0.0791075050709939 |
| 192574 | 192574 | 68459 68459 | 13096 | 6 | 0.316430020283976 |
| 192575 | 192575 | 68459 68459 | 132936 | 3 | 0.316430020283976 |
| 192576 | 192576 | 68459 68459 | 197135 | 1 | 0.158215010141988 |
| 192577 | 192577 | 68459 68459 | 211653 | 1 | 0.105476673427992 |
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)
);