consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 76816
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 222184 | 222184 | 76816 76816 | 3194 | 8 | 0.431312474669272 |
| 222185 | 222185 | 76816 76816 | 41494 | 1 | 0.215656237334636 |
| 222186 | 222186 | 76816 76816 | 218564 | 2 | 0.176082580439468 |
| 222187 | 222187 | 76816 76816 | 245063 | 1 | 0.143770824889757 |
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)
);