consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 256738
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 727044 | 727044 | 256738 256738 | 74084 | 12 | 0.345762711864407 |
| 727045 | 727045 | 256738 256738 | 129693 | 1 | 0.115254237288136 |
| 727046 | 727046 | 256738 256738 | 170008 | 1 | 0.172881355932203 |
| 727047 | 727047 | 256738 256738 | 243804 | 1 | 0.172881355932203 |
| 727048 | 727048 | 256738 256738 | 244309 | 1 | 0.172881355932203 |
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)
);