consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 255746
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 174389 | 174389 | 62289 62289 | 255746 | 1 | 0.023569561568612 |
| 798024 | 798024 | 278387 278387 | 255746 | 1 | 0.0249308565841336 |
| 829371 | 829371 | 287705 287705 | 255746 | 1 | 0.0304294815006364 |
| 837507 | 837507 | 290559 290559 | 255746 | 1 | 0.0337503101593878 |
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)
);