consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 246082
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 690008 | 690008 | 246082 246082 | 19341 | 11 | 0.315409415750481 |
| 690009 | 690009 | 246082 246082 | 63307 | 1 | 0.185603294616494 |
| 690010 | 690010 | 246082 246082 | 111115 | 3 | 0.371206589232988 |
| 690011 | 690011 | 246082 246082 | 205760 | 2 | 0.107158112109314 |
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)
);