consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 320906
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 234522 | 234522 | 80087 80087 | 320906 | 2 | 0.108417964529338 |
| 912183 | 912183 | 322298 322298 | 320906 | 2 | 0.110898562675619 |
| 1623619 | 1623619 | 490287 490287 | 320906 | 2 | 0.107250598053178 |
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)
);