consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 534080
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1743891 | 1743891 | 534080 534080 | 121871 | 4 | 0.264955405872742 |
| 1743892 | 1743892 | 534080 534080 | 185115 | 3 | 0.445600102000964 |
| 1743893 | 1743893 | 534080 534080 | 294710 | 1 | 0.148533367333655 |
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)
);