consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 239007
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 262997 | 262997 | 89092 89092 | 239007 | 1 | 0.0940168029876146 |
| 447752 | 447752 | 160481 160481 | 239007 | 1 | 0.0940168029876146 |
| 925201 | 925201 | 328843 328843 | 239007 | 1 | 0.0938967136150235 |
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)
);