consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 170059
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 369187 | 369187 | 125599 125599 | 170059 | 1 | 0.257648272150008 |
| 959319 | 959319 | 345178 345178 | 170059 | 1 | 0.262518129443369 |
| 1686244 | 1686244 | 512862 512862 | 170059 | 2 | 0.254579272355669 |
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)
);