consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 198251
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 124383 | 124383 | 43149 43149 | 198251 | 2 | 0.0234931664378579 |
| 698123 | 698123 | 248863 248863 | 198251 | 2 | 0.0583405276677218 |
| 937463 | 937463 | 334874 334874 | 198251 | 1 | 0.0418369180527669 |
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)
);