consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 270406
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 772957 | 772957 | 270406 270406 | 16646 | 4 | 0.359349180974351 |
| 772958 | 772958 | 270406 270406 | 211890 | 2 | 0.174461070532813 |
| 772959 | 772959 | 270406 270406 | 223525 | 4 | 0.427340602785099 |
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)
);