consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 239737
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 669220 | 669220 | 239737 239737 | 365 | 9 | 0.410997795702119 |
| 669221 | 669221 | 239737 239737 | 422 | 2 | 0.165503719326858 |
| 669222 | 669222 | 239737 239737 | 115008 | 1 | 0.114664340286295 |
| 669223 | 669223 | 239737 239737 | 224098 | 2 | 0.165503719326858 |
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)
);