consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 207128
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 92717 | 92717 | 33009 33009 | 207128 | 1 | 0.107219835513973 |
| 321999 | 321999 | 108487 108487 | 207128 | 2 | 0.112341015706885 |
| 688845 | 688845 | 245662 245662 | 207128 | 2 | 0.110606700069059 |
| 900020 | 900020 | 316576 316576 | 207128 | 1 | 0.11058716525411 |
| 1748124 | 1748124 | 535427 535427 | 207128 | 1 | 0.11058716525411 |
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)
);