consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 514529
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1690301 | 1690301 | 514529 514529 | 61399 | 3 | 0.322594338095111 |
| 1690302 | 1690302 | 514529 514529 | 63042 | 1 | 0.101610849285733 |
| 1690303 | 1690303 | 514529 514529 | 116404 | 6 | 0.406443397142934 |
| 1690304 | 1690304 | 514529 514529 | 333456 | 1 | 0.135481132380978 |
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)
);