consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 117522
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 813585 | 813585 | 282862 282862 | 117522 | 1 | 0.0720588170789481 |
| 822667 | 822667 | 285662 285662 | 117522 | 1 | 0.0783910667238228 |
| 1728805 | 1728805 | 529434 529434 | 117522 | 2 | 0.377370477736613 |
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)
);