consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 130149
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 130808 | 130808 | 46518 46518 | 130149 | 1 | 0.0395604843625304 |
| 352783 | 352783 | 119313 119313 | 130149 | 1 | 0.0414907753734555 |
| 893401 | 893401 | 313470 313470 | 130149 | 3 | 0.524040820577346 |
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)
);