consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 231793
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 124396 | 124396 | 43149 43149 | 231793 | 2 | 0.0525323171617668 |
| 698127 | 698127 | 248863 248863 | 231793 | 3 | 0.0654850281853607 |
| 937467 | 937467 | 334874 334874 | 231793 | 2 | 0.0836738361055337 |
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)
);