consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 109907
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 326141 | 326141 | 109907 109907 | 20245 | 6 | 0.382978723404255 |
| 326142 | 326142 | 109907 109907 | 126775 | 1 | 0.382978723404255 |
| 326143 | 326143 | 109907 109907 | 204217 | 1 | 0.191489361702128 |
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)
);