consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 207448
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 518867 | 518867 | 207448 207448 | 4615 | 8 | 0.431312474669272 |
| 518868 | 518868 | 207448 207448 | 102989 | 1 | 0.143770824889757 |
| 518869 | 518869 | 207448 207448 | 153299 | 1 | 0.215656237334636 |
| 518870 | 518870 | 207448 207448 | 232837 | 2 | 0.176082580439468 |
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)
);