consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 172416
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 270620 | 270620 | 91777 91777 | 172416 | 3 | 0.259842519685039 |
| 510884 | 510884 | 205643 205643 | 172416 | 2 | 0.159284692360696 |
| 1734011 | 1734011 | 531160 531160 | 172416 | 2 | 0.215656237334636 |
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)
);